Added option to silent useless warnings

This commit is contained in:
emeric
2024-03-17 23:37:21 +01:00
parent fef4a90ce0
commit 498c6f8e2b
+3 -1
View File
@@ -5,7 +5,9 @@ HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false AnalyzeTemporaryDtors: false
FormatStyle: none FormatStyle: none
User: '' User: ''
CheckOptions: CheckOptions:
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: '1'
- key: readability-identifier-naming.IgnoreClassesWithAllMemberVariablesBeingPublic - key: readability-identifier-naming.IgnoreClassesWithAllMemberVariablesBeingPublic
value: '1' value: '1'
- key: cppcoreguidelines-avoid-do-while.IgnoreMacros - key: cppcoreguidelines-avoid-do-while.IgnoreMacros