core: Disable clang-tidy checks for cairo

This commit is contained in:
Gabriel Ferreira
2025-05-19 11:44:40 +02:00
parent 672f383e2e
commit 4bc37e54c0
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// NOLINTBEGIN
/*
* Copyright (c) 2006 INRIA
*
@@ -228,3 +229,4 @@ int64x64_t::Invert(const uint64_t v)
} // namespace ns3
#endif /* INT64X64_CAIRO_H */
// NOLINTEND

View File

@@ -1,3 +1,4 @@
// NOLINTBEGIN
/*
* Copyright (c) 2010 INRIA
*
@@ -435,3 +436,4 @@ class int64x64_t
#endif /* defined(INT64X64_USE_CAIRO) && !defined(PYTHON_SCAN) */
#endif /* INT64X64_CAIRO_H */
// NOLINTEND