summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-01 20:49:40 +0100
committerDavid Robillard <d@drobilla.net>2021-01-01 20:49:40 +0100
commitbbc9b1c424f80414eff33dd5ef513e4ef7844d93 (patch)
treea434273acb4ffe4dbcb149d13485ec8f7543371e /test/.clang-tidy
parentbf23f48fe4ccf519bde3ea30bf3faa753b236c74 (diff)
downloadsratom-bbc9b1c424f80414eff33dd5ef513e4ef7844d93.tar.gz
sratom-bbc9b1c424f80414eff33dd5ef513e4ef7844d93.tar.bz2
sratom-bbc9b1c424f80414eff33dd5ef513e4ef7844d93.zip
Use consistent test naming scheme
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
new file mode 100644
index 0000000..0b8f64b
--- /dev/null
+++ b/test/.clang-tidy
@@ -0,0 +1,12 @@
+Checks: >
+ *,
+ -*-magic-numbers,
+ -*-uppercase-literal-suffix,
+ -bugprone-suspicious-string-compare,
+ -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
+ -hicpp-signed-bitwise,
+ -llvm-header-guard,
+ -llvmlibc-*,
+WarningsAsErrors: '*'
+HeaderFilterRegex: '.*'
+FormatStyle: file