clang-tidy: enable more checks

This commit is contained in:
Michele Caini 2024-10-22 19:24:19 +02:00
parent dd63b4e225
commit b771134121

View File

@ -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"