diff options
author | David Robillard <d@drobilla.net> | 2020-12-21 14:13:20 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-21 14:36:43 +0100 |
commit | 709f5d5b4b14bfbfc19480a82828f8150ccb7225 (patch) | |
tree | 130b3f0c8637b3d9c0889f6a2f22771a85ae9398 /.clang-tidy | |
parent | 4514a311703fc68de041883781105b7d526c8c7b (diff) | |
download | sratom-709f5d5b4b14bfbfc19480a82828f8150ccb7225.tar.gz sratom-709f5d5b4b14bfbfc19480a82828f8150ccb7225.tar.bz2 sratom-709f5d5b4b14bfbfc19480a82828f8150ccb7225.zip |
Move header to a conventional "include" directory
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 34d0485..85eb383 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -9,7 +9,6 @@ Checks: > -cert-err34-c, -clang-analyzer-unix.Malloc, -hicpp-signed-bitwise, - -llvm-header-guard, -llvmlibc-*, -misc-no-recursion, WarningsAsErrors: '*' |