-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): support overrides in rulesets #1684
Conversation
// if you stumbled upon this file and want to use this rule in your own ruleset - do NOT. | ||
// it doesn't cover many cases, and it's only purpose is to serve us as a test artefact |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version @stoplight/spectral-cli-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @stoplight/spectral-core-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# @stoplight/spectral-cli-v1.0.0 (2021-07-08) ### Features * **cli:** demand some ruleset to be present ([#1699](#1699)) ([3baba29](3baba29)) * **cli:** implement --stdin-filepath flag ([#1712](#1712)) ([45b15a2](45b15a2)) * **core:** support overrides in rulesets ([#1684](#1684)) ([153d685](153d685)) * **core:** use double quotes in errors reported by Ajv ([#1718](#1718)) ([dd2a166](dd2a166)) * **ruleset-migrator:** implement ruleset migrator ([#1698](#1698)) ([efa5c50](efa5c50)) * **ruleset-migrator:** inline external rulesets & support exceptions ([#1711](#1711)) ([2a1d2d3](2a1d2d3))
Closes #1021
Checklist
Does this PR introduce a breaking change?
Additional context
How to test this PR?
yarn build
lerna run build.binary
Then, add some rulesets, files, etc.
The binary is located under
packages/cli/binaries
.