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 31
31
"packages" : {
32
32
"type" : "object" ,
33
33
"patternProperties" : {
34
- "^[a-zA-Z ][a-zA-Z0 -9_]*$" : {"type" : "integer" , "minimum" : 1 }
34
+ "^[a-z ][a-z0 -9_]*$" : {"type" : "integer" , "minimum" : 1 }
35
35
},
36
36
"additionalProperties" : False ,
37
37
},
38
38
"default" : {"type" : "integer" , "minimum" : 1 },
39
39
"overrides" : {
40
40
"type" : "object" ,
41
41
"patternProperties" : {
42
- "^[a-zA-Z ][a-zA-Z0 -9_-]*" : {"type" : "string" , "format" : "date" }
42
+ "^[a-z ][a-z0 -9_-]*" : {"type" : "string" , "format" : "date" }
43
43
},
44
44
"additionalProperties" : False ,
45
45
},
46
46
"exclude" : {"type" : "array" , "items" : {"type" : "string" }},
47
47
"ignored_violations" : {
48
48
"type" : "array" ,
49
- "items" : {"type" : "string" , "pattern" : r"^[a-zA-Z ][a-zA-Z0 -9_-]*$" },
49
+ "items" : {"type" : "string" , "pattern" : r"^[a-z ][a-z0 -9_-]*$" },
50
50
},
51
51
},
52
52
"required" : [
You can’t perform that action at this time.
0 commit comments