summaryrefslogtreecommitdiffstats
path: root/src/gui/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/.clang-tidy')
-rw-r--r--src/gui/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy
index acd4db6e..99bd2aba 100644
--- a/src/gui/.clang-tidy
+++ b/src/gui/.clang-tidy
@@ -15,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,
@@ -25,5 +24,6 @@ Checks: >
-google-runtime-references,
-hicpp-multiway-paths-covered,
-hicpp-vararg,
+ -llvm-header-guard,
-readability-convert-member-functions-to-static,
InheritParentConfig: true