aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
new file mode 100644
index 0000000..5f3596a
--- /dev/null
+++ b/test/.clang-tidy
@@ -0,0 +1,10 @@
+Checks: >
+ *,
+ -*-magic-numbers,
+ -*-uppercase-literal-suffix,
+ -hicpp-multiway-paths-covered,
+ -hicpp-signed-bitwise,
+ -llvm-header-guard,
+ -modernize-use-trailing-return-type,
+FormatStyle: file
+HeaderFilterRegex: 'pugl/.*|test/.*'