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 9e2c605 commit 09124c0Copy full SHA for 09124c0
src/main/libs/GetRuleDefinitions.ts
@@ -36,7 +36,6 @@ export function GetRuleDefinitions(ruleConfig?: Map<string, {}>): IRuleDefinitio
36
// tslint:disable-next-line:forin
37
for (const rule in DefaultRuleStore) {
38
const matchedRule = new DynamicRule(rule);
39
- matchedRule["severity"] = "error";
40
selectedRules.push(matchedRule);
41
}
42
0 commit comments