We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172dd0a commit 252b535Copy full SHA for 252b535
1 file changed
.clang-tidy
@@ -1,6 +1,17 @@
1
Checks: >
2
bugprone-*,
3
- clang-diagnostic-*,
+ 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,
15
concurrency-*,
16
cppcoreguidelines-*,
17
llvm-include-order,
0 commit comments