diff options
Diffstat (limited to 'src/gui/.clang-tidy')
-rw-r--r-- | src/gui/.clang-tidy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy index 5f6e0c3f..99bd2aba 100644 --- a/src/gui/.clang-tidy +++ b/src/gui/.clang-tidy @@ -1,4 +1,5 @@ Checks: > + -*-narrowing-conversions, -android-cloexec-*, -bugprone-branch-clone, -bugprone-exception-escape, @@ -14,7 +15,6 @@ Checks: > -clang-analyzer-core.CallAndMessage, -cppcoreguidelines-macro-usage, -cppcoreguidelines-pro-bounds-constant-array-index, - -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-static-cast-downcast, -cppcoreguidelines-pro-type-vararg, -cppcoreguidelines-slicing, @@ -24,6 +24,6 @@ Checks: > -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-vararg, - -modernize-avoid-bind, + -llvm-header-guard, -readability-convert-member-functions-to-static, InheritParentConfig: true |