summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-12 01:43:47 +0100
committerDavid Robillard <d@drobilla.net>2020-11-12 01:47:44 +0100
commit0495c381d065713852ee9e61df544ba531223824 (patch)
tree636027d82ab20f9948d75b92b2e63711159cb875 /.clang-tidy
parentf8d95542492a8a960853c0cb0b855d2473c941a0 (diff)
downloadraul-0495c381d065713852ee9e61df544ba531223824.tar.gz
raul-0495c381d065713852ee9e61df544ba531223824.tar.bz2
raul-0495c381d065713852ee9e61df544ba531223824.zip
Use separate clang-tidy configurations for headers and tests
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy38
1 files changed, 0 insertions, 38 deletions
diff --git a/.clang-tidy b/.clang-tidy
deleted file mode 100644
index c22be8b..0000000
--- a/.clang-tidy
+++ /dev/null
@@ -1,38 +0,0 @@
-Checks: >
- *,
- -*-avoid-c-arrays,
- -*-magic-numbers,
- -*-uppercase-literal-suffix,
- -android*,
- -bugprone-branch-clone,
- -clang-analyzer-alpha.*,
- -cppcoreguidelines-no-malloc,
- -cppcoreguidelines-owning-memory,
- -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
- -cppcoreguidelines-pro-bounds-pointer-arithmetic,
- -cppcoreguidelines-pro-type-const-cast,
- -cppcoreguidelines-pro-type-reinterpret-cast,
- -cppcoreguidelines-pro-type-vararg,
- -cppcoreguidelines-special-member-functions,
- -fuchsia-default-arguments-*,
- -fuchsia-overloaded-operator,
- -google-runtime-int,
- -google-runtime-references,
- -hicpp-no-array-decay,
- -hicpp-no-malloc,
- -hicpp-signed-bitwise,
- -hicpp-special-member-functions,
- -hicpp-vararg,
- -llvm-header-guard,
- -misc-suspicious-string-compare,
- -misc-unused-parameters,
- -modernize-make-unique,
- -modernize-use-trailing-return-type,
- -readability-else-after-return,
- -readability-implicit-bool-conversion,
- -readability-make-member-function-const,
-WarningsAsErrors: '*'
-HeaderFilterRegex: '.*'
-FormatStyle: file
-
-