diff options
author | David Robillard <d@drobilla.net> | 2022-07-13 23:55:30 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-13 23:55:30 -0400 |
commit | 124961e5a58afc00848ecadfc054b45e04ad970a (patch) | |
tree | cbd9584be204386f4813154a1207797bde128dfd /test/.clang-tidy | |
parent | 461234a1cbf990c44eeff49b5a3b1faac13d543b (diff) | |
download | zix-124961e5a58afc00848ecadfc054b45e04ad970a.tar.gz zix-124961e5a58afc00848ecadfc054b45e04ad970a.tar.bz2 zix-124961e5a58afc00848ecadfc054b45e04ad970a.zip |
Suppress new warnings in clang and clang-tidy 14
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 445c1ca..fcaf19b 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -6,6 +6,7 @@ Checks: > -*-magic-numbers, -altera-*, -bugprone-easily-swappable-parameters, + -cert-err33-c, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, @@ -14,6 +15,7 @@ Checks: > -llvmlibc-*, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, + -readability-identifier-length, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file |