Skip to content

Commit

Permalink
Merge pull request #34 from codesquadnest/pb/0.2.3
Browse files Browse the repository at this point in the history
Release-candidate: Prepare 2.3.3 Release Candidate
  • Loading branch information
pmpbaptista authored Dec 21, 2023
2 parents 6b7bf46 + be5afd7 commit 700c0f7
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 176 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,18 @@ a Zuul JSON Schema. This should enable validation and auto-completion in
code editors.
For example on [VSCode](1) you can use the [YAML](2) extension to use such a schema
validation by adding the following to `settings.json`:
validation by adding the following to `.vscode/settings.json`:


```json
"yaml.schemas": {
"https://raw.githubusercontent.com/codesquadnest/zuulcilint/master/zuulcilint/zuul-schema.json": ["*zuul.d/*.yaml", "*/.zuul.yaml"]
},
"https://raw.githubusercontent.com/codesquadnest/zuulcilint/master/zuulcilint/zuul-schema.json": [
"*zuul-extra.d/***/*.yaml",
"*zuul.d/**/*.yaml",
"*zuul.d/**/**/*.yaml",
"*/.zuul.yaml"
]
},
"yaml.customTags": [
"!encrypted/pkcs1-oaep array"
],
Expand Down
Loading

0 comments on commit 700c0f7

Please sign in to comment.