2020-03-31 13:54:21 +00:00
|
|
|
---
|
2020-04-03 02:43:34 +00:00
|
|
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,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'
|
2020-03-31 13:54:21 +00: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-02 23:45:11 +00:00
|
|
|
- key: modernize-loop-convert.MinConfidence
|
|
|
|
value: 'risky'
|
2020-04-02 23:04:04 +00:00
|
|
|
- key: modernize-use-auto.RemoveStars
|
|
|
|
value: '1'
|
2020-03-31 13:54:21 +00:00
|
|
|
...
|
|
|
|
|