aboutsummaryrefslogtreecommitdiffstats
path: root/include/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r--include/.clang-tidy11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
deleted file mode 100644
index 0a4ae44..0000000
--- a/include/.clang-tidy
+++ /dev/null
@@ -1,11 +0,0 @@
-Checks: >
- *,
- -*-magic-numbers,
- -*-uppercase-literal-suffix,
- -altera*,
- -clang-diagnostic-unused-function,
- -clang-diagnostic-unused-macros,
- -llvmlibc-*,
- -readability-identifier-length,
-FormatStyle: file
-HeaderFilterRegex: 'pugl/.*'