diff options
author | David Robillard <d@drobilla.net> | 2021-01-01 20:49:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-01 20:49:40 +0100 |
commit | bbc9b1c424f80414eff33dd5ef513e4ef7844d93 (patch) | |
tree | a434273acb4ffe4dbcb149d13485ec8f7543371e /test/.clang-tidy | |
parent | bf23f48fe4ccf519bde3ea30bf3faa753b236c74 (diff) | |
download | sratom-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-tidy | 12 |
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 |