mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Fixes for clang-tidy-review
This commit is contained in:
parent
d539f7723e
commit
ed9e7ad72f
3 changed files with 51 additions and 14 deletions
|
|
@ -3,7 +3,10 @@ Checks:
|
|||
- 'bugprone-*'
|
||||
- 'clang-analyzer-*'
|
||||
- 'cppcoreguidelines-*'
|
||||
- 'misc-*','modernize-*'
|
||||
- 'misc-*'
|
||||
- 'modernize-*'
|
||||
- 'performance-*'
|
||||
- '-misc-include-cleaner'
|
||||
- '-misc-non-private-member-variables-in-classes'
|
||||
- '-modernize-use-trailing-return-type'
|
||||
FormatStyle: 'file'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue