aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 19:38:48 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 19:38:48 -0400
commitff5b46e0ad18dc71b125f23d1beef1eeb227b3d0 (patch)
treec8a69a750dacd71323a798e8b92b742e7c7347bd /src
parent38b97f3c6dd626e963f4a031da77be2e71427091 (diff)
downloadpugl-ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0.tar.gz
pugl-ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0.tar.bz2
pugl-ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0.zip
Simplify clang-tidy configuration
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 981e098..48a7467 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -8,7 +8,6 @@ Checks: >
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,
- -performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
FormatStyle: file
HeaderFilterRegex: 'pugl/.*'