Skip to content

Commit

Permalink
Release-candidate: Prepare 2.3.3 Release Candidate
Browse files Browse the repository at this point in the history
Bump version to 2.3.3
Update README.md schema config

Issue: none
  • Loading branch information
pedrompbaptista committed Dec 21, 2023
1 parent 6b7bf46 commit be5afd7
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 be5afd7

Please sign in to comment.