Added option to silent useless warnings

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