Remove the ignore severity from json schema
This commit is contained in:
parent
6db6e85161
commit
6eaef41e51
|
@ -122,8 +122,7 @@
|
||||||
"description": "Severity of the violation",
|
"description": "Severity of the violation",
|
||||||
"enum": [
|
"enum": [
|
||||||
"error",
|
"error",
|
||||||
"warning",
|
"warning"
|
||||||
"ignore"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Coordinate": {
|
"Coordinate": {
|
||||||
|
|
|
@ -136,8 +136,7 @@
|
||||||
"description": "Severity of the violation",
|
"description": "Severity of the violation",
|
||||||
"enum": [
|
"enum": [
|
||||||
"error",
|
"error",
|
||||||
"warning",
|
"warning"
|
||||||
"ignore"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Coordinate": {
|
"Coordinate": {
|
||||||
|
|
Loading…
Reference in New Issue