summaryrefslogtreecommitdiffstats
path: root/benchmark/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-07-02 13:51:45 -0400
committerDavid Robillard <d@drobilla.net>2021-07-17 19:58:17 -0400
commitbc264ab6f58177124d49a72b4a808eb97fa2cb25 (patch)
treedf1a2233cd9e0953fa8e3fb44a673e8f1d74091d /benchmark/.clang-tidy
parentf25db1394f728aa9711a7882054c255335e74c80 (diff)
downloadzix-bc264ab6f58177124d49a72b4a808eb97fa2cb25.tar.gz
zix-bc264ab6f58177124d49a72b4a808eb97fa2cb25.tar.bz2
zix-bc264ab6f58177124d49a72b4a808eb97fa2cb25.zip
Avoid use of atoi() and atol()
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r--benchmark/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy
index eab2452..06febc0 100644
--- a/benchmark/.clang-tidy
+++ b/benchmark/.clang-tidy
@@ -7,7 +7,6 @@ Checks: >
-bugprone-suspicious-string-compare,
-cert-dcl37-c,
-cert-dcl51-cpp,
- -cert-err34-c,
-cert-msc30-c,
-cert-msc32-c,
-cert-msc50-cpp,