mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Disable more Axivion rules
This disables 12 more generally Mostly Harmless warnings to have a realistic chance to get down to a base line of zero violations. Later we can re-evaluate the disabled rules one by one and re-enable them if wanted. Change-Id: Id9fc2e4013fb7c59040868fea54f14dcda6cefe0 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
This commit is contained in:
@@ -51,13 +51,13 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-CtorMissingParentArgument": {
|
"Qt-CtorMissingParentArgument": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-DetachingTemporary": {
|
"Qt-DetachingTemporary": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-FullyQualifiedMocTypes": {
|
"Qt-FullyQualifiedMocTypes": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-FunctionArgsByValueRef": {
|
"Qt-FunctionArgsByValueRef": {
|
||||||
"_active": false
|
"_active": false
|
||||||
@@ -69,13 +69,13 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-InitializeAllFieldsInConstructor": {
|
"Qt-Generic-InitializeAllFieldsInConstructor": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-Generic-MissingBaseCopy": {
|
"Qt-Generic-MissingBaseCopy": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-Generic-MissingIncludeGuard": {
|
"Qt-Generic-MissingIncludeGuard": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-Generic-MissingTrCall": {
|
"Qt-Generic-MissingTrCall": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-NoFunctionDefinitionInHeader": {
|
"Qt-Generic-NoFunctionDefinitionInHeader": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-Generic-NoIrregularInclude": {
|
"Qt-Generic-NoIrregularInclude": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-IncorrectEmit": {
|
"Qt-IncorrectEmit": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-InstallEventFilter": {
|
"Qt-InstallEventFilter": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -129,16 +129,16 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-MissingQObjectMacro": {
|
"Qt-MissingQObjectMacro": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-MutableContainerKey": {
|
"Qt-MutableContainerKey": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-NonPodGlobalStatic": {
|
"Qt-NonPodGlobalStatic": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-OldStyleConnect": {
|
"Qt-OldStyleConnect": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-OverloadedSignal": {
|
"Qt-OverloadedSignal": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-QPropertyWithoutNotify": {
|
"Qt-QPropertyWithoutNotify": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-QStringArg": {
|
"Qt-QStringArg": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-RuleOfThree": {
|
"Qt-RuleOfThree": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-RuleOfTwoSoft": {
|
"Qt-RuleOfTwoSoft": {
|
||||||
"_active": true
|
"_active": true
|
||||||
|
|||||||
Reference in New Issue
Block a user