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 7719afb commit a140a99Copy full SHA for a140a99
1 file changed
services/OasValidatorService.js
@@ -14,7 +14,7 @@ const RULESET_FILES = {
14
"2.0": path.join(__dirname, "..", "rulesets", "ruleset_2.0.yaml"),
15
2.1: path.join(__dirname, "..", "rulesets", "ruleset_2.1.yaml"),
16
};
17
-const DEFAULT_RULESET_VERSION = "2.0";
+const DEFAULT_RULESET_VERSION = "2.1";
18
19
const SEVERITY_LABELS = ["error", "warning", "info", "hint"];
20
0 commit comments