|
|
@ -29,10 +29,9 @@ clang-analyzer-*,
|
|
|
|
|
|
|
|
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: '*spdlog/[^f].*'
|
|
|
|
HeaderFilterRegex: '*spdlog/[^f].*'
|
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
|
|
|
|
FormatStyle: none
|
|
|
|
FormatStyle: none
|
|
|
|
|
|
|
|
|
|
|
|
CheckOptions:
|
|
|
|
CheckOptions:
|
|
|
|
- key: google-readability-braces-around-statements.ShortStatementLines
|
|
|
|
- key: google-readability-braces-around-statements.ShortStatementLines
|
|
|
|
value: '1'
|
|
|
|
value: '1'
|
|
|
|
- key: google-readability-function-size.StatementThreshold
|
|
|
|
- key: google-readability-function-size.StatementThreshold
|
|
|
@ -53,4 +52,3 @@ CheckOptions:
|
|
|
|
value: llvm
|
|
|
|
value: llvm
|
|
|
|
- key: modernize-use-nullptr.NullMacros
|
|
|
|
- key: modernize-use-nullptr.NullMacros
|
|
|
|
value: 'NULL'
|
|
|
|
value: 'NULL'
|
|
|
|
|
|
|
|
|
|
|
|