aboutsummaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-06 17:14:55 -0400
committerDavid Robillard <d@drobilla.net>2021-05-06 17:14:55 -0400
commit6e1a1a76858c3b093630210d65b2b829b8e1fdef (patch)
tree56a510f1f01a781bfd6e11d79d53e6d17f04f093 /src/.clang-tidy
parent98b59298a12ff31650e73f2f481c7c85bb8ab706 (diff)
downloadpugl-6e1a1a76858c3b093630210d65b2b829b8e1fdef.tar.gz
pugl-6e1a1a76858c3b093630210d65b2b829b8e1fdef.tar.bz2
pugl-6e1a1a76858c3b093630210d65b2b829b8e1fdef.zip
Clean up X11 implementation
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 11b620e..0178deb 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -7,7 +7,6 @@ Checks: >
-cert-dcl37-c,
-cert-dcl51-cpp,
-cert-flp30-c,
- -clang-analyzer-security.FloatLoopCounter,
-clang-diagnostic-unused-macros,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,