mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-24 16:13:12 +08:00
14 lines
382 B
YAML
14 lines
382 B
YAML
---
|
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,cert-*,performance-*,portability-*'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: ''
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: File
|
|
CheckOptions:
|
|
- key: cert-dcl16-c.NewSuffixes
|
|
value: 'L;LL;LU;LLU'
|
|
- key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
|
|
value: '0'
|
|
...
|
|
|