Skip to content

Commit f7bde82

Browse files
committed
tooling: Add clang-tidy configuration
1 parent 19dbcca commit f7bde82

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.clang-tidy

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
Checks: >
3+
modernize-*,
4+
bugprone-*,
5+
cppcoreguidelines-*,
6+
cert-*,
7+
misc-*,
8+
performance-*,
9+
readability-*,
10+
-modernize-use-trailing-return-type,
11+
-readability-identifier-length,
12+
-readability-redundant-access-specifiers,
13+
-readability-else-after-return,
14+
FormatStyle: file

0 commit comments

Comments
 (0)