We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516058b commit 8dc2dbfCopy full SHA for 8dc2dbf
src/schemas/json/pubspec.json
@@ -305,7 +305,7 @@
305
"maxItems": 5,
306
"items": {
307
"type": "string",
308
- "pattern": "^[a-z][a-z0-9-]{1,30}[a-z0-9]$"
+ "pattern": "^[a-z][a-z0-9-]{0,30}[a-z0-9]$"
309
},
310
"examples": [
311
["network", "http"],
src/test/pubspec/pubspec.yaml
@@ -6,6 +6,7 @@ repository: https://example.com/repo.git
6
version: 0.3.1-foobar.2.0
7
publish_to: 'none'
8
topics:
9
+ - ui
10
- yaml
11
12
environment:
0 commit comments