File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 "packages" : {
3232 "type" : "object" ,
3333 "patternProperties" : {
34- "^[a-z][-a-z_ ]*$" : {"type" : "integer" , "minimum" : 1 }
34+ "^[a-z][a-z0-9_- ]*$" : {"type" : "integer" , "minimum" : 1 }
3535 },
3636 "additionalProperties" : False ,
3737 },
3838 "default" : {"type" : "integer" , "minimum" : 1 },
3939 "overrides" : {
4040 "type" : "object" ,
4141 "patternProperties" : {
42- "^[a-z][-a-z_ ]*" : {"type" : "string" , "format" : "date" }
42+ "^[a-z][a-z0-9_- ]*" : {"type" : "string" , "format" : "date" }
4343 },
4444 "additionalProperties" : False ,
4545 },
4646 "exclude" : {"type" : "array" , "items" : {"type" : "string" }},
4747 "ignored_violations" : {
4848 "type" : "array" ,
49- "items" : {"type" : "string" , "pattern" : "^[a-z][-a-z_ ]*$" },
49+ "items" : {"type" : "string" , "pattern" : r "^[a-z][a-z0-9_- ]*$" },
5050 },
5151 },
5252 "required" : [
You can’t perform that action at this time.
0 commit comments