diff options
author | David Robillard <d@drobilla.net> | 2020-12-19 16:19:03 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-15 15:14:20 -0400 |
commit | c56e72595ac6478639f6a0b074d24946d652dc4b (patch) | |
tree | 3deffa78f7503ee8f76cb9f6ad6675196432e7e6 /test | |
parent | 6c5849b68e264822d0524e8e5a55409ee8d52d7c (diff) | |
download | raul-c56e72595ac6478639f6a0b074d24946d652dc4b.tar.gz raul-c56e72595ac6478639f6a0b074d24946d652dc4b.tar.bz2 raul-c56e72595ac6478639f6a0b074d24946d652dc4b.zip |
Clean up clang-tidy configuration
Diffstat (limited to 'test')
-rw-r--r-- | test/.clang-tidy | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 9d34765..5c2e179 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -5,8 +5,7 @@ Checks: > -*-uppercase-literal-suffix, -*-vararg, -abseil-string-find-str-contains, - -android-cloexec-accept, - -bugprone-branch-clone, + -android-cloexec-accept, -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-no-malloc, -cppcoreguidelines-owning-memory, @@ -33,5 +32,3 @@ CheckOptions: value: 'true' HeaderFilterRegex: '.*' FormatStyle: file - - |