Skip to content

Commit 53aba3f

Browse files
committed
clang-tidy : restore dot file from accidental deletion
1 parent 4161bdc commit 53aba3f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.clang-tidy

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
Checks: >
3+
bugprone-*,
4+
-bugprone-easily-swappable-parameters,
5+
-bugprone-implicit-widening-of-multiplication-result,
6+
-bugprone-narrowing-conversions,
7+
readability-*,
8+
-readability-avoid-unconditional-preprocessor-if,
9+
-readability-function-cognitive-complexity,
10+
-readability-identifier-length,
11+
-readability-implicit-bool-conversion,
12+
-readability-magic-numbers,
13+
-readability-uppercase-literal-suffix,
14+
clang-analyzer-*,
15+
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
16+
performance-*,
17+
portability-*,
18+
FormatStyle: none

0 commit comments

Comments
 (0)