Skip to content

Commit cd4e91f

Browse files
Update metadata
1 parent 29ca18a commit cd4e91f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rules/S8126/apex/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"convention",
1111
"naming"
1212
],
13-
"defaultSeverity": "Blocker",
13+
"defaultSeverity": "Minor",
1414
"ruleSpecification": "RSPEC-8126",
1515
"sqKey": "S8126",
1616
"scope": "Main",
@@ -20,8 +20,8 @@
2020
"quickfix": "unknown",
2121
"code": {
2222
"impacts": {
23-
"MAINTAINABILITY": "BLOCKER"
23+
"MAINTAINABILITY": "LOW"
2424
},
2525
"attribute": "CONVENTIONAL"
2626
}
27-
}
27+
}

rules/S8126/apex/rule.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This rule raises an issue when a custom exception class does not end with the suffix "Exception" or does not properly extend the Exception class.
1+
This rule raises an issue when a custom exception class does not end with the suffix "Exception".
22

33
== Why is this an issue?
44

0 commit comments

Comments
 (0)