aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-12 13:21:38 +0100
committerDavid Robillard <d@drobilla.net>2020-11-12 13:21:38 +0100
commit67fcacbb1cdda35cd79185328f7ec19658e4d3d4 (patch)
tree8937c04dae2c454c3f511d4b0295c6a7ed0b5c88 /test/.clang-tidy
parent844643649e63ad7dc8794ab1b393acfdd742f5e4 (diff)
downloadserd-67fcacbb1cdda35cd79185328f7ec19658e4d3d4.tar.gz
serd-67fcacbb1cdda35cd79185328f7ec19658e4d3d4.tar.bz2
serd-67fcacbb1cdda35cd79185328f7ec19658e4d3d4.zip
Suppress nullability warnings in tests
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 6188e22f..51d3033a 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -3,6 +3,7 @@ Checks: >
-*-magic-numbers,
-*-uppercase-literal-suffix,
-android-cloexec-fopen,
+ -clang-analyzer-nullability.NullabilityBase,
-hicpp-signed-bitwise,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'