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",
|
||||
"enum": [
|
||||
"error",
|
||||
"warning",
|
||||
"ignore"
|
||||
"warning"
|
||||
]
|
||||
},
|
||||
"Coordinate": {
|
||||
|
|
|
@ -136,8 +136,7 @@
|
|||
"description": "Severity of the violation",
|
||||
"enum": [
|
||||
"error",
|
||||
"warning",
|
||||
"ignore"
|
||||
"warning"
|
||||
]
|
||||
},
|
||||
"Coordinate": {
|
||||
|
|
Loading…
Reference in New Issue