We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca18a commit cd4e91fCopy full SHA for cd4e91f
rules/S8126/apex/metadata.json
@@ -10,7 +10,7 @@
10
"convention",
11
"naming"
12
],
13
- "defaultSeverity": "Blocker",
+ "defaultSeverity": "Minor",
14
"ruleSpecification": "RSPEC-8126",
15
"sqKey": "S8126",
16
"scope": "Main",
@@ -20,8 +20,8 @@
20
"quickfix": "unknown",
21
"code": {
22
"impacts": {
23
- "MAINTAINABILITY": "BLOCKER"
+ "MAINTAINABILITY": "LOW"
24
},
25
"attribute": "CONVENTIONAL"
26
}
27
-}
+}
rules/S8126/apex/rule.adoc
@@ -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.
+This rule raises an issue when a custom exception class does not end with the suffix "Exception".
2
3
== Why is this an issue?
4
0 commit comments