Skip to content

Commit

Permalink
Adjusted metric and style-rule selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
koschke committed Sep 15, 2023
1 parent 0086c41 commit fb52d1a
Showing 1 changed file with 57 additions and 45 deletions.
102 changes: 57 additions & 45 deletions Axivion/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
"C#-FieldNotPrivateNorProtected": {
"_active": false
},
"C#-ImportCompilerAndAnalyzerDiagnostics": {
"_active": true
},
"C#-InvalidDependencyPropertyDeclaration": {
"_active": true
},
Expand All @@ -122,31 +125,31 @@
"_active": true
},
"CloneDetection": {
"_active": true
"_active": false
},
"CodingStyle-AllmanBraces": {
"_active": true
"_active": false
},
"CodingStyle-CapitalizeFunctions": {
"_active": true
"_active": false
},
"CodingStyle-LineBreaks": {
"_active": true
"_active": false
},
"CodingStyle-LinesOfCodeInFile": {
"_active": true
"_active": false
},
"CodingStyle-MaxOneStmtPerLine": {
"_active": true
"_active": false
},
"CodingStyle-MaximumLineLength": {
"_active": true
"_active": false
},
"CodingStyle-NoBlankLinesAtBraces": {
"_active": true
"_active": false
},
"CodingStyle-NoSingleCharIdentifier": {
"_active": true
"_active": false
},
"CodingStyle-NoTabs": {
"_active": true
Expand All @@ -155,19 +158,19 @@
"_active": true
},
"CodingStyle-NoWhitespaceMemberSelection": {
"_active": true
"_active": false
},
"CodingStyle-NoWhitespacePointerReference": {
"_active": true
"_active": false
},
"CodingStyle-NoWhitespacePointerReferenceInverse": {
"_active": true
"_active": false
},
"CodingStyle-NoWhitespaceUnaryOperator": {
"_active": true
"_active": false
},
"CodingStyle-WhitespaceNextToOperator": {
"_active": true
"_active": false
},
"CycleDetection-CallgraphCycles": {
"_active": true
Expand All @@ -176,34 +179,34 @@
"_active": true
},
"Generic-MarkupComments": {
"_active": true
"_active": false
},
"Generic-MaxComplexity": {
"_active": true
"_active": false
},
"Generic-MaxConditions": {
"_active": true
"_active": false
},
"Generic-MaxNesting": {
"_active": true
"_active": false
},
"Generic-MaxOneStmtPerLine": {
"_active": true
"_active": false
},
"Generic-MaxParams": {
"_active": true
"_active": false
},
"Generic-NoDiscardedReturnCode": {
"_active": true
"_active": false
},
"Generic-NoEmptyLoops": {
"_active": true
"_active": false
},
"Generic-NoMagicNumbers": {
"_active": true
"_active": false
},
"Metric-Calling.CPP": {
"_active": true,
"_active": false,
"max_value": null
},
"Metric-CloneRatio": {
Expand All @@ -214,7 +217,7 @@
},
"Metric-Comment.Density": {
"_active": true,
"min_value": 0.1
"min_value": null
},
"Metric-Comment.Internal": {
"_active": true
Expand Down Expand Up @@ -243,19 +246,19 @@
"max_value": 20
},
"Metric-HIS.APCGCYCLE": {
"_active": true
"_active": false
},
"Metric-HIS.CALLING": {
"_active": true,
"_active": false,
"max_value": 100
},
"Metric-HIS.CALLS": {
"_active": true,
"_active": false,
"max_value": 20
},
"Metric-HIS.COMF": {
"_active": true,
"min_value": 0.1
"min_value": null
},
"Metric-HIS.GOTO": {
"_active": true
Expand All @@ -264,10 +267,10 @@
"_active": true
},
"Metric-HIS.NOMV": {
"_active": true
"_active": false
},
"Metric-HIS.NOMVPR": {
"_active": true
"_active": false
},
"Metric-HIS.PARAM": {
"_active": true,
Expand Down Expand Up @@ -329,25 +332,25 @@
"_active": false
},
"Metric-Includes.DirectIncluders": {
"_active": true
"_active": false
},
"Metric-Includes.DirectIncludes": {
"_active": true
"_active": false
},
"Metric-Includes.IncludeBurden": {
"_active": true
"_active": false
},
"Metric-Includes.MaximumIncludeDepth": {
"_active": true
"_active": false
},
"Metric-Includes.MaximumIncluderDepth": {
"_active": true
"_active": false
},
"Metric-Includes.TransitiveIncluders": {
"_active": true
"_active": false
},
"Metric-Includes.TransitiveIncludes": {
"_active": true
"_active": false
},
"Metric-InverseCoupling": {
"_active": true
Expand Down Expand Up @@ -385,6 +388,9 @@
"Metric-Lines.Class.LOC": {
"_active": true
},
"Metric-Lines.Class.OnlyComment": {
"_active": true
},
"Metric-Lines.Code": {
"_active": true
},
Expand All @@ -406,6 +412,9 @@
"Metric-Lines.File.LOC": {
"_active": true
},
"Metric-Lines.File.OnlyComment": {
"_active": true
},
"Metric-Lines.LOC": {
"_active": true
},
Expand Down Expand Up @@ -478,6 +487,9 @@
"Metric-Lines.Routine.LOC": {
"_active": true
},
"Metric-Lines.Routine.OnlyComment": {
"_active": true
},
"Metric-LogNPathCeiling": {
"_active": true
},
Expand All @@ -501,30 +513,30 @@
"_active": true
},
"Metric-NumberOfCalledRoutines": {
"_active": true,
"_active": false,
"max_value": 20
},
"Metric-NumberOfCallingRoutines": {
"_active": true,
"_active": false,
"max_value": null
},
"Metric-NumberOfGotos": {
"_active": false
"_active": true
},
"Metric-NumberOfInvocations": {
"_active": true
},
"Metric-NumberOfParameters": {
"_active": false
"_active": true
},
"Metric-NumberOfReturns": {
"_active": false
"_active": true
},
"Metric-NumberOfSCCs": {
"_active": true
"_active": false
},
"Metric-NumberOfStatements": {
"_active": false
"_active": true
},
"Metric-OO.CBO": {
"_active": true
Expand Down

0 comments on commit fb52d1a

Please sign in to comment.