fish-shell/.clang-tidy

14 lines
382 B
Text
Raw Normal View History

2020-03-31 13:54:21 +00:00
---
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'
...