move clang-tidy configuration to .clang-tidy

This commit is contained in:
Daniel Micay 2019-08-18 02:12:18 -04:00
parent 8f9f2521a0
commit 8133444f43
2 changed files with 2 additions and 2 deletions

1
.clang-tidy Normal file
View file

@ -0,0 +1 @@
Checks: 'bugprone-*,-bugprone-macro-parentheses,cert-*,clang-analyzer-*,readability-*,-readability-inconsistent-declaration-parameter-name,-readability-magic-numbers,-readability-named-parameter,-bugprone-too-small-loop-variable'