@quobix/vacuum 0.18.10 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,16 @@ come say hi!
|
|
|
144
144
|
|
|
145
145
|
## Documentation
|
|
146
146
|
|
|
147
|
-
🔥 **New in** `v0.
|
|
147
|
+
🔥 **New in** `v0.19` 🔥: **Ignore rules with `x-lint-ignore`**
|
|
148
|
+
|
|
149
|
+
Got an error in your spec you know about but can't get round to fixing yet?
|
|
150
|
+
Migrating from zally and wanting to keep your existing `x-zally-ignore` issues silenced?
|
|
151
|
+
|
|
152
|
+
Now you can! Just add `x-lint-ignore: rule-id` to the yaml node reporting the failure (or `x-lint-ignore: [rule-one, rule-two]` if there are multiple issues to ignore).
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
`v0.18`: **New dashboard, new lint command, new rules!**.
|
|
148
157
|
|
|
149
158
|
Upgrades all around. There is a completely new `dashboard` command with a completely new dashboard terminal UI. It's
|
|
150
159
|
completely interactive and allows you to explore, and filter violations, view full docs and see code. The `dashboard` command
|