diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 14:48:02 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:48:02 +0100 |
commit | 96f997778b53ca9770b7f6f067453527f8e34185 (patch) | |
tree | fcc2724c5726dde9226c393316f7af5d7f893d69 /include/.clang-tidy | |
parent | bd0214b1da66225f410641692e89e492f668472a (diff) | |
download | raul-96f997778b53ca9770b7f6f067453527f8e34185.tar.gz raul-96f997778b53ca9770b7f6f067453527f8e34185.tar.bz2 raul-96f997778b53ca9770b7f6f067453527f8e34185.zip |
Run checks on headers
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r-- | include/.clang-tidy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy index 792d991..4298558 100644 --- a/include/.clang-tidy +++ b/include/.clang-tidy @@ -4,6 +4,7 @@ Checks: > -*-magic-numbers, -*-no-malloc, -*-uppercase-literal-suffix, + -abseil-string-find-str-contains, -android-cloexec-accept, -bugprone-branch-clone, -clang-diagnostic-unused-macros, @@ -16,8 +17,10 @@ Checks: > -fuchsia-overloaded-operator, -google-runtime-int, -hicpp-no-array-decay, + -llvmlibc-*, -modernize-use-trailing-return-type, -readability-implicit-bool-conversion, + -readability-use-anyofallof, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file |