2018-12-08 22:16:10 +00:00
|
|
|
---
|
2019-02-21 10:23:25 +00:00
|
|
|
Checks: '-*,
|
|
|
|
boost-use-to-string,
|
|
|
|
cert-dcl21-cpp,
|
|
|
|
cert-dcl58-cpp,
|
|
|
|
cert-env33-c,
|
|
|
|
cert-err52-cpp,
|
|
|
|
cert-err60-cpp,
|
|
|
|
cert-flp30-c,
|
|
|
|
clang-analyzer-cplusplus*,
|
|
|
|
cppcoreguidelines-pro-type-static-cast-downcast,
|
|
|
|
cppcoreguidelines-slicing,
|
|
|
|
google-build-namespaces,
|
|
|
|
google-runtime-int,
|
|
|
|
misc-misplaced-const,
|
|
|
|
misc-new-delete-overloads,
|
|
|
|
misc-non-copyable-objects,
|
|
|
|
misc-static-assert,
|
|
|
|
misc-throw-by-value-catch-by-reference,
|
|
|
|
misc-uniqueptr-reset-release,
|
2019-02-21 12:36:21 +00:00
|
|
|
misc-unused-using-decls,
|
2019-02-21 10:23:25 +00:00
|
|
|
modernize-loop-convert,
|
|
|
|
modernize-pass-by-value,
|
|
|
|
modernize-raw-string-literal,
|
|
|
|
modernize-use-auto,
|
|
|
|
modernize-use-bool-literals,
|
|
|
|
modernize-use-equals-default,
|
|
|
|
modernize-use-equals-delete,
|
|
|
|
modernize-use-noexcept,
|
|
|
|
modernize-use-nullptr,
|
|
|
|
performance-faster-string-find,
|
|
|
|
performance-inefficient-algorithm,
|
|
|
|
performance-move-const-arg,
|
|
|
|
performance-type-promotion-in-math-fn,
|
|
|
|
performance-unnecessary-copy-initialization,
|
|
|
|
performance-unnecessary-value-param,
|
|
|
|
readability-container-size-empty,
|
2019-02-22 09:47:24 +00:00
|
|
|
readability-identifier-naming,
|
2019-02-21 10:23:25 +00:00
|
|
|
readability-inconsistent-declaration-parameter-name,
|
|
|
|
readability-named-parameter,
|
|
|
|
readability-non-const-parameter,
|
|
|
|
readability-string-compare'
|
2019-02-11 20:29:37 +00:00
|
|
|
WarningsAsErrors: ''
|
2019-02-22 09:47:24 +00:00
|
|
|
HeaderFilterRegex: ''
|
2019-02-11 20:29:37 +00:00
|
|
|
AnalyzeTemporaryDtors: false
|
2019-02-11 16:19:51 +00:00
|
|
|
FormatStyle: 'file'
|
2019-02-11 20:29:37 +00:00
|
|
|
CheckOptions:
|
|
|
|
- key: google-build-namespaces.HeaderFileExtensions
|
|
|
|
value: ',h'
|
|
|
|
- key: google-readability-braces-around-statements.ShortStatementLines
|
|
|
|
value: '1'
|
|
|
|
- key: google-readability-function-size.StatementThreshold
|
|
|
|
value: '800'
|
|
|
|
- key: google-readability-namespace-comments.ShortNamespaceLines
|
|
|
|
value: '10'
|
|
|
|
- key: google-readability-namespace-comments.SpacesBeforeComments
|
|
|
|
value: '2'
|
|
|
|
- key: google-runtime-int.SignedTypePrefix
|
|
|
|
value: int
|
|
|
|
- key: google-runtime-int.TypeSuffix
|
2019-02-21 10:23:25 +00:00
|
|
|
value: _t
|
2019-02-11 20:29:37 +00:00
|
|
|
- key: google-runtime-int.UnsignedTypePrefix
|
|
|
|
value: uint
|
|
|
|
- key: misc-throw-by-value-catch-by-reference.CheckThrowTemporaries
|
|
|
|
value: '1'
|
|
|
|
- key: modernize-loop-convert.MaxCopySize
|
|
|
|
value: '16'
|
|
|
|
- key: modernize-loop-convert.MinConfidence
|
|
|
|
value: reasonable
|
|
|
|
- key: modernize-loop-convert.NamingStyle
|
|
|
|
value: CamelCase
|
|
|
|
- key: modernize-pass-by-value.IncludeStyle
|
|
|
|
value: llvm
|
|
|
|
- key: modernize-pass-by-value.ValuesOnly
|
|
|
|
value: '0'
|
|
|
|
- key: modernize-raw-string-literal.ReplaceShorterLiterals
|
|
|
|
value: '0'
|
|
|
|
- key: modernize-replace-auto-ptr.IncludeStyle
|
|
|
|
value: llvm
|
|
|
|
- key: modernize-use-auto.MinTypeNameLength
|
|
|
|
value: '5'
|
|
|
|
- key: modernize-use-auto.RemoveStars
|
|
|
|
value: '0'
|
|
|
|
- key: modernize-use-equals-default.IgnoreMacros
|
|
|
|
value: '1'
|
|
|
|
- key: modernize-use-noexcept.ReplacementString
|
|
|
|
value: ''
|
|
|
|
- key: modernize-use-noexcept.UseNoexceptFalse
|
|
|
|
value: '1'
|
|
|
|
- key: modernize-use-nullptr.NullMacros
|
|
|
|
value: 'NULL'
|
|
|
|
- key: performance-faster-string-find.StringLikeClasses
|
|
|
|
value: 'std::basic_string'
|
|
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
|
|
value: '1'
|
|
|
|
- key: performance-type-promotion-in-math-fn.IncludeStyle
|
|
|
|
value: llvm
|
|
|
|
- key: performance-unnecessary-value-param.IncludeStyle
|
|
|
|
value: llvm
|
2019-02-22 11:47:21 +00:00
|
|
|
- key: readability-identifier-naming.AbstractClassCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.AbstractClassPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.AbstractClassSuffix
|
|
|
|
value: ''
|
2019-02-22 09:47:24 +00:00
|
|
|
- key: readability-identifier-naming.ClassCase
|
|
|
|
value: Camel_Snake_Case
|
2019-02-22 11:47:21 +00:00
|
|
|
- key: readability-identifier-naming.ClassPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.ClassSuffix
|
|
|
|
value: ''
|
2019-02-22 09:47:24 +00:00
|
|
|
- key: readability-identifier-naming.GlobalConstantCase
|
|
|
|
value: UPPER_CASE
|
2019-02-22 11:47:21 +00:00
|
|
|
- key: readability-identifier-naming.GlobalConstantPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.GlobalConstantSuffix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.IgnoreFailedSplit
|
|
|
|
value: '0'
|
|
|
|
- key: readability-identifier-naming.StructCase
|
|
|
|
value: aNy_CasE
|
|
|
|
- key: readability-identifier-naming.StructPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.StructSuffix
|
|
|
|
value: ''
|
|
|
|
- key: readability-inconsistent-declaration-parameter-name.IgnoreMacros
|
|
|
|
value: '1'
|
|
|
|
- key: readability-inconsistent-declaration-parameter-name.Strict
|
|
|
|
value: '0'
|
2019-02-11 20:29:37 +00:00
|
|
|
...
|