mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
be036c443e
Found with modernize-use-bool-literals Signed-off-by: Rosen Penev <rosenp@gmail.com>
17 lines
616 B
YAML
17 lines
616 B
YAML
---
|
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,cert-*,performance-*,portability-*,modernize-use-auto,modernize-loop-convert,modernize-use-bool-literals'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: ''
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: File
|
|
CheckOptions:
|
|
- key: cert-dcl16-c.NewSuffixes
|
|
value: 'L;LL;LU;LLU'
|
|
- key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
|
|
value: '0'
|
|
- key: modernize-loop-convert.MinConfidence
|
|
value: 'risky'
|
|
- key: modernize-use-auto.RemoveStars
|
|
value: '1'
|
|
...
|
|
|