Skip to content

Commit a140a99

Browse files
authored
Update default ruleset version to 2.1
1 parent 7719afb commit a140a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/OasValidatorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const RULESET_FILES = {
1414
"2.0": path.join(__dirname, "..", "rulesets", "ruleset_2.0.yaml"),
1515
2.1: path.join(__dirname, "..", "rulesets", "ruleset_2.1.yaml"),
1616
};
17-
const DEFAULT_RULESET_VERSION = "2.0";
17+
const DEFAULT_RULESET_VERSION = "2.1";
1818

1919
const SEVERITY_LABELS = ["error", "warning", "info", "hint"];
2020

0 commit comments

Comments
 (0)