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