2020-03-31 21:54:21 +08:00
|
|
|
---
|
2020-12-25 17:04:02 +08:00
|
|
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-valist.Uninitialized,cert-*,performance-*,portability-*,-modernize-use-auto,modernize-loop-convert,modernize-use-bool-literals,modernize-use-using,hicpp-uppercase-literal-suffix,readability-make-member-function-const,readability-redundant-string-init,readability-inconsistent-declaration-parameter-name,readability-redundant-access-specifiers,-performance-noexcept-move-constructor,-cert-dcl37-c,-cert-dcl50-cpp,-cert-dcl51-cpp,-cert-str34-c,-cert-env33-c'
|
2020-03-31 21:54:21 +08:00
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: ''
|
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
FormatStyle: File
|
|
|
|
CheckOptions:
|
|
|
|
- key: cert-dcl16-c.NewSuffixes
|
|
|
|
value: 'L;LL;LU;LLU'
|
|
|
|
- key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
|
|
|
|
value: '0'
|
2020-04-03 07:45:11 +08:00
|
|
|
- key: modernize-loop-convert.MinConfidence
|
|
|
|
value: 'risky'
|
2020-04-03 07:04:04 +08:00
|
|
|
- key: modernize-use-auto.RemoveStars
|
|
|
|
value: '1'
|
2020-03-31 21:54:21 +08:00
|
|
|
...
|
|
|
|
|