aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-10 09:45:15 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:05:22 -0500
commitf7d10ea309fb52d09a58b2832fe4a09a120b16aa (patch)
tree3b5d870063d0565ac29334ffb64363fdac23b012 /test/.clang-tidy
parentb9cc3b642a9365c033c1fa31458d7822b42d0913 (diff)
downloadserd-f7d10ea309fb52d09a58b2832fe4a09a120b16aa.tar.gz
serd-f7d10ea309fb52d09a58b2832fe4a09a120b16aa.tar.bz2
serd-f7d10ea309fb52d09a58b2832fe4a09a120b16aa.zip
Add serd_canonical_path()
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 4e2b14eb..dd609218 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -6,6 +6,7 @@ Checks: >
-android-cloexec-fopen,
-bugprone-easily-swappable-parameters,
-bugprone-reserved-identifier,
+ -bugprone-suspicious-string-compare,
-clang-analyzer-nullability.NullabilityBase,
-clang-analyzer-nullability.NullableDereferenced,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,