Add clang-tidy-review

This commit is contained in:
Dan Paulat 2024-11-27 07:42:46 -06:00
parent 71d2345e66
commit d539f7723e
2 changed files with 116 additions and 0 deletions

9
.clang-tidy Normal file
View file

@ -0,0 +1,9 @@
Checks:
- '-*'
- 'bugprone-*'
- 'clang-analyzer-*'
- 'cppcoreguidelines-*'
- 'misc-*','modernize-*'
- 'performance-*'
- '-misc-include-cleaner'
FormatStyle: 'file'