aboutsummaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 2ee3372..f4378ba 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -2,6 +2,7 @@ Checks: >
*,
-*-uppercase-literal-suffix,
-*magic-numbers,
+ -altera-struct-pack-align,
-bugprone-reserved-identifier,
-cert-dcl37-c,
-cert-dcl51-cpp,
@@ -10,5 +11,6 @@ Checks: >
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,
+ -readability-function-cognitive-complexity,
FormatStyle: file
HeaderFilterRegex: 'pugl/.*'