aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/cxx/include/.clang-tidy')
-rw-r--r--bindings/cxx/include/.clang-tidy14
1 files changed, 0 insertions, 14 deletions
diff --git a/bindings/cxx/include/.clang-tidy b/bindings/cxx/include/.clang-tidy
deleted file mode 100644
index 816223d..0000000
--- a/bindings/cxx/include/.clang-tidy
+++ /dev/null
@@ -1,14 +0,0 @@
-Checks: >
- *,
- -*-uppercase-literal-suffix,
- -clang-diagnostic-unused-macros,
- -cppcoreguidelines-pro-bounds-pointer-arithmetic,
- -cppcoreguidelines-pro-type-static-cast-downcast,
- -google-runtime-references,
- -hicpp-named-parameter,
- -llvmlibc-*,
- -modernize-use-trailing-return-type,
- -readability-implicit-bool-conversion,
- -readability-named-parameter,
-FormatStyle: file
-HeaderFilterRegex: 'pugl/.*'