Update .clang-tidy (#757)
This commit is contained in:
parent
81158eaa0b
commit
c2662c9887
|
|
@ -12,9 +12,6 @@ Checks: >
|
||||||
llvm-include-order,
|
llvm-include-order,
|
||||||
-modernize-use-trailing-return-type,
|
-modernize-use-trailing-return-type,
|
||||||
|
|
||||||
# Turn all the warnings from the checks above into errors.
|
|
||||||
WarningsAsErrors: "*"
|
|
||||||
|
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: readability-identifier-naming.ClassCase
|
- key: readability-identifier-naming.ClassCase
|
||||||
value: CamelCase
|
value: CamelCase
|
||||||
|
|
@ -62,3 +59,5 @@ CheckOptions:
|
||||||
value: 1
|
value: 1
|
||||||
- key: readability-implicit-bool-conversion.AllowPointerConditions
|
- key: readability-implicit-bool-conversion.AllowPointerConditions
|
||||||
value: 1
|
value: 1
|
||||||
|
- key: readability-braces-around-statements.ShortStatementLines
|
||||||
|
value: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue