Skip to content

Commit 252b535

Browse files
authored
Add some cert-* clang-tidy checks (#599)
1 parent 172dd0a commit 252b535

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.clang-tidy

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Checks: >
22
bugprone-*,
3-
clang-diagnostic-*,
3+
cert-dcl50-cpp,
4+
cert-dcl58-cpp,
5+
cert-env33-c,
6+
cert-err34-c,
7+
cert-err52-cpp,
8+
cert-err60-cpp,
9+
cert-flp30-c,
10+
cert-mem57-cpp,
11+
cert-msc50-cpp,
12+
cert-msc51-cpp,
13+
cert-oop57-cpp,
14+
cert-oop58-cpp,
415
concurrency-*,
516
cppcoreguidelines-*,
617
llvm-include-order,

0 commit comments

Comments
 (0)