2022-01-31 12:58:28 +00:00
|
|
|
---
|
|
|
|
Checks: 'clang-diagnostic-*,
|
|
|
|
clang-analyzer-*,
|
|
|
|
bugprone-*,
|
|
|
|
hicpp-*,
|
|
|
|
readability-*,
|
|
|
|
-readability-qualified-auto,
|
|
|
|
modernize-*,
|
|
|
|
-modernize-use-nodiscard,
|
|
|
|
-modernize-use-trailing-return-type, # does not work well with MOC
|
|
|
|
cppcoreguidelines-*,
|
|
|
|
-cppcoreguidelines-non-private-member-variables-in-classes'
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: ''
|
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
FormatStyle: none
|
|
|
|
CheckOptions:
|
|
|
|
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
|
2022-02-22 08:02:34 +00:00
|
|
|
value: true
|
|
|
|
- key: modernize-pass-by-value.ValuesOnly
|
|
|
|
value: true
|
|
|
|
- key: readability-implicit-bool-conversion.AllowPointerConditions
|
|
|
|
value: true
|
2022-01-31 12:58:28 +00:00
|
|
|
...
|