mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
14 lines
382 B
Text
14 lines
382 B
Text
|
---
|
||
|
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'
|
||
|
...
|
||
|
|