mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 09:00:04 +00:00
Add clang-tidy-review
This commit is contained in:
parent
71d2345e66
commit
d539f7723e
2 changed files with 116 additions and 0 deletions
9
.clang-tidy
Normal file
9
.clang-tidy
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Checks:
|
||||
- '-*'
|
||||
- 'bugprone-*'
|
||||
- 'clang-analyzer-*'
|
||||
- 'cppcoreguidelines-*'
|
||||
- 'misc-*','modernize-*'
|
||||
- 'performance-*'
|
||||
- '-misc-include-cleaner'
|
||||
FormatStyle: 'file'
|
||||
Loading…
Add table
Add a link
Reference in a new issue