Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71e5ff3

Browse filesBrowse files
committed
chore: apply JSON schema to configuration
Now we've got a JSON schema (via #1546) we can use for IDE visibility into fields, we should apply it to all our configuration. We'll use the `yaml-language-server` config as that's what I'm using locally.
1 parent 5473d78 commit 71e5ff3
Copy full SHA for 71e5ff3

90 files changed

+93-3Lines changed: 93 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎examples/authenticated-api/echo/api/config.yaml‎

Copy file name to clipboardExpand all lines: examples/authenticated-api/echo/api/config.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../../configuration-schema.json
12
package: api
23
generate:
34
echo-server: true
Collapse file

‎examples/client/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/client/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../configuration-schema.json
12
package: client
23
output: client.gen.go
34
generate:
Collapse file

‎examples/custom-client-type/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/custom-client-type/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../configuration-schema.json
12
package: customclienttype
23
output: custom-client-type.gen.go
34
generate:
Collapse file

‎examples/extensions/xdeprecatedreason/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xdeprecatedreason/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xdeprecatedreason
23
output: gen.go
34
generate:
Collapse file

‎examples/extensions/xenumnames/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xenumnames/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xenumnames
23
output: gen.go
34
generate:
Collapse file

‎examples/extensions/xgojsonignore/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xgojsonignore/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xgojsonignore
23
output: gen.go
34
generate:
Collapse file

‎examples/extensions/xgoname/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xgoname/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xgoname
23
output: gen.go
34
generate:
Collapse file

‎examples/extensions/xgotype/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xgotype/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xgotype
23
output: gen.go
34
generate:
Collapse file

‎examples/extensions/xgotypeskipoptionalpointer/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xgotypeskipoptionalpointer/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xgotypeskipoptionalpointer
23
output: gen.go
34
generate:
Collapse file

‎examples/extensions/xoapicodegenextratags/cfg.yaml‎

Copy file name to clipboardExpand all lines: examples/extensions/xoapicodegenextratags/cfg.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=../../../configuration-schema.json
12
package: xoapicodegenextratags
23
output: gen.go
34
generate:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.