diff options
Diffstat (limited to 'bindings/cxx/include/.clang-tidy')
-rw-r--r-- | bindings/cxx/include/.clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/cxx/include/.clang-tidy b/bindings/cxx/include/.clang-tidy index 182d0d7..816223d 100644 --- a/bindings/cxx/include/.clang-tidy +++ b/bindings/cxx/include/.clang-tidy @@ -5,6 +5,8 @@ Checks: > -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-static-cast-downcast, -google-runtime-references, + -hicpp-named-parameter, + -llvmlibc-*, -modernize-use-trailing-return-type, -readability-implicit-bool-conversion, -readability-named-parameter, |