Skip to content

Commit 1394d93

Browse files
committed
Remove references to config.schema in validation
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 2da3284 commit 1394d93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codebasin/util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _validate_json(json_object: object, schema_name: str) -> bool:
118118
json_object : Object
119119
The JSON to validate.
120120
121-
schema_name : {'compiledb', 'config', 'coverage', 'cbiconfig', 'analysis'}
121+
schema_name : {'compiledb', 'coverage', 'cbiconfig', 'analysis'}
122122
The schema to validate against.
123123
124124
Returns
@@ -137,7 +137,6 @@ def _validate_json(json_object: object, schema_name: str) -> bool:
137137
schema_paths = {
138138
"analysis": "schema/analysis.schema",
139139
"compiledb": "schema/compilation-database.schema",
140-
"config": "schema/config.schema",
141140
"coverage": "schema/coverage-0.1.0.schema",
142141
"cbiconfig": "schema/cbiconfig.schema",
143142
}

0 commit comments

Comments
 (0)