You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This schema is missing the "definitions" key which means they're not resolvable.
78
-
"Cirrus CI configuration files",
79
-
# This schema similarly refers to a non-existent definition
80
-
"The Bamboo Specs allows you to define Bamboo configuration as code, and have corresponding plans/deployments created or updated automatically in Bamboo",
81
76
# Empty list for requires, which is invalid
82
77
"Release Drafter configuration file",
83
78
# Many, many schemas have invalid $schema keys, which emit a warning (-Werror)
"Static Analysis Results Format (SARIF), Version 2.1.0-rtm.2",
92
87
"Zuul CI configuration file",
93
88
}
89
+
NON_EXISTENT_REF_SCHEMAS= {
90
+
"Cirrus CI configuration files",
91
+
"The Bamboo Specs allows you to define Bamboo configuration as code, and have corresponding plans/deployments created or updated automatically in Bamboo",
92
+
# Special case - reference is valid, but target is list-format `items` rather than a subschema
93
+
"TypeScript Lint configuration file",
94
+
}
94
95
UNSUPPORTED_SCHEMAS= {
95
96
# Technically valid, but using regex patterns not supported by Python
96
97
"draft7/ECMA 262 regex escapes control codes with \\c and lower letter",
0 commit comments