Skip to content

Commit 7670e18

Browse files
Merge branch 'main' into fix_rv_launch_on_sequoia
2 parents a2178ea + b040a0c commit 7670e18

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.clang-tidy

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
Checks: >
3+
bugprone-*,
4+
cert-*,
5+
clang-diagnostic-*,
6+
clang-analyzer-*,
7+
concurrency-*,
8+
cppcoreguidelines-*,
9+
-cppcoreguidelines-pro-type-reinterpret-cast,
10+
google-explicit-constructor,
11+
misc-*,
12+
modernize-*,
13+
-modernize-use-trailing-return-type,
14+
performance-*,
15+
readability-*,
16+
17+
WarningsAsErrors: ''
18+
HeaderFilterRegex: ''
19+
FormatStyle: 'file'
20+
...

0 commit comments

Comments
 (0)