feat(style): Add clang-tidy config

Starting with just two rules for arg naming
reviewable/pr6571/r2
Anthony Bilinski 2022-03-15 02:49:58 -07:00
parent cabcf4111f
commit 877ef4ae5b
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 5 additions and 0 deletions

5
.clang-tidy Normal file
View File

@ -0,0 +1,5 @@
Checks: '
-*,
readability-named-parameter,
readability-inconsistent-declaration-parameter-name'
WarningsAsErrors: "*"