File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
imagecustomizer/e2e/azldev-config Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ import (
1313)
1414
1515// Default schema URI for this config file. Useful for capable editors to provide Intellisense and validation.
16- const DefaultSchemaURI = "https://github.com/gim-home/azldev-preview/schemas/azldev.json"
16+ //
17+ //nolint:lll // Can't really break up the long URI.
18+ const DefaultSchemaURI = "https://raw.githubusercontent.com/gim-home/azldev-preview/refs/heads/main/schemas/azldev.schema.json"
1719
1820// Encapsulates a serialized project config file; used for serialization/deserialization.
1921type ConfigFile struct {
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ func TestAzlDevConfigDump(t *testing.T) {
144144 }
145145
146146 config := `
147- '$schema' = 'https://github. com/gim-home/azldev-preview/schemas/azldev.json'
147+ '$schema' = 'https://raw.githubusercontent. com/gim-home/azldev-preview/refs/heads/main/ schemas/azldev.schema .json'
148148
149149[project]
150150description = 'simple'
Original file line number Diff line number Diff line change 1- '$schema' = ' https://github. com/gim-home/azldev-preview/schemas/azldev.json'
1+ '$schema' = ' https://raw.githubusercontent. com/gim-home/azldev-preview/refs/heads/main/ schemas/azldev.schema .json'
22
33[project ]
44description = ' azldev-project'
Original file line number Diff line number Diff line change 1- '$schema' = ' https://github. com/gim-home/azldev-preview/schemas/azldev.json'
1+ '$schema' = ' https://raw.githubusercontent. com/gim-home/azldev-preview/refs/heads/main/ schemas/azldev.schema .json'
22
33[project ]
44description = ' simple'
You can’t perform that action at this time.
0 commit comments