Update .clang-tidy (#757)

This commit is contained in:
vvb2060 2021-06-20 17:38:35 +08:00 committed by GitHub
parent 81158eaa0b
commit c2662c9887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,6 @@ Checks: >
llvm-include-order,
-modernize-use-trailing-return-type,
# Turn all the warnings from the checks above into errors.
WarningsAsErrors: "*"
CheckOptions:
- key: readability-identifier-naming.ClassCase
value: CamelCase
@ -62,3 +59,5 @@ CheckOptions:
value: 1
- key: readability-implicit-bool-conversion.AllowPointerConditions
value: 1
- key: readability-braces-around-statements.ShortStatementLines
value: 1