clang-tidy: enable more checks
This commit is contained in:
parent
dd63b4e225
commit
b771134121
@ -1,5 +1,10 @@
|
||||
Checks: >
|
||||
bugprone-*,
|
||||
concurrency-*,
|
||||
modernize-*,
|
||||
-modernize-use-trailing-return-type,
|
||||
performance-*,
|
||||
portability-*,
|
||||
CheckOptions:
|
||||
- key: bugprone-suspicious-include.HeaderFileExtensions
|
||||
value: ";h;hpp;ipp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user