Update .clang-tidy (#757)
This commit is contained in:
parent
81158eaa0b
commit
c2662c9887
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue