mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 00:21:31 +00:00
Remove the ignore severity from json schema
This commit is contained in:
parent
6db6e85161
commit
6eaef41e51
resources/schemas
@ -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
Block a user