aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 48a7467..7a3b28c 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -9,5 +9,6 @@ Checks: >
-llvm-header-guard,
-llvmlibc-*,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
FormatStyle: file
HeaderFilterRegex: 'pugl/.*'