diff options
author | David Robillard <d@drobilla.net> | 2021-07-02 14:04:12 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-07-17 19:58:17 -0400 |
commit | 458718ce9af374ab2b61f898f298de32c1ec6dd0 (patch) | |
tree | cd273e3bd896392b73d8fa79b06b515f06ad3d21 | |
parent | 0945afa159d0da327d4da8d2c4e7d345d308cd97 (diff) | |
download | zix-458718ce9af374ab2b61f898f298de32c1ec6dd0.tar.gz zix-458718ce9af374ab2b61f898f298de32c1ec6dd0.tar.bz2 zix-458718ce9af374ab2b61f898f298de32c1ec6dd0.zip |
Enable bugprone-suspicious-include clang-tidy check
I'm not sure why this was suppressed but it seems fine now.
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 4d7a003..59c043d 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,7 +4,6 @@ Checks: > -*-uppercase-literal-suffix, -android-cloexec-fopen, -bugprone-reserved-identifier, - -bugprone-suspicious-include, -cert-dcl37-c, -cert-dcl51-cpp, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |