Skip to content

Commit 09124c0

Browse files
committed
chore: remove default severity from rule definition and let it be driven by defaults
1 parent 9e2c605 commit 09124c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/libs/GetRuleDefinitions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export function GetRuleDefinitions(ruleConfig?: Map<string, {}>): IRuleDefinitio
3636
// tslint:disable-next-line:forin
3737
for (const rule in DefaultRuleStore) {
3838
const matchedRule = new DynamicRule(rule);
39-
matchedRule["severity"] = "error";
4039
selectedRules.push(matchedRule);
4140
}
4241
}

0 commit comments

Comments
 (0)