diff options
Diffstat (limited to 'bindings/cxx/include/.clang-tidy')
-rw-r--r-- | bindings/cxx/include/.clang-tidy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/cxx/include/.clang-tidy b/bindings/cxx/include/.clang-tidy index 6453ca0..182d0d7 100644 --- a/bindings/cxx/include/.clang-tidy +++ b/bindings/cxx/include/.clang-tidy @@ -1,5 +1,12 @@ Checks: > *, -*-uppercase-literal-suffix, + -clang-diagnostic-unused-macros, + -cppcoreguidelines-pro-bounds-pointer-arithmetic, + -cppcoreguidelines-pro-type-static-cast-downcast, + -google-runtime-references, + -modernize-use-trailing-return-type, + -readability-implicit-bool-conversion, + -readability-named-parameter, FormatStyle: file HeaderFilterRegex: 'pugl/.*' |