Remove the ignore severity from json schema

This commit is contained in:
Marek Roszko 2024-02-13 18:44:01 -05:00
parent 6db6e85161
commit 6eaef41e51
2 changed files with 2 additions and 4 deletions

View File

@ -122,8 +122,7 @@
"description": "Severity of the violation",
"enum": [
"error",
"warning",
"ignore"
"warning"
]
},
"Coordinate": {

View File

@ -136,8 +136,7 @@
"description": "Severity of the violation",
"enum": [
"error",
"warning",
"ignore"
"warning"
]
},
"Coordinate": {