@quobix/vacuum 0.6.3 → 0.7.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 +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,13 @@ come say hi!
|
|
|
102
102
|
|
|
103
103
|
## Documentation
|
|
104
104
|
|
|
105
|
-
🔥 **New in** `v0.
|
|
105
|
+
🔥 **New in** `v0.7+` 🔥 : **Hard Mode**.
|
|
106
|
+
|
|
107
|
+
Want to lint your spec with the most strict ruleset possible? Now you can! Use the `-z` / `--hard-mode` flag to enable
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
`v0.6+` : **Sharable / distributed rulesets** now available.
|
|
106
112
|
|
|
107
113
|
Want to share / extend / distribute your own rulesets? Now you can!
|
|
108
114
|
|
|
@@ -115,13 +121,13 @@ Want to share / extend / distribute your own rulesets? Now you can!
|
|
|
115
121
|
Want to lint multiple files at once? Now you can!
|
|
116
122
|
|
|
117
123
|
```shell
|
|
118
|
-
vacuum lint file1.json path/to/file2.yaml file3.json
|
|
124
|
+
vacuum lint file1.json path/to/file2.yaml file3.json
|
|
119
125
|
```
|
|
120
126
|
|
|
121
127
|
Want to suck in a ton of files? Use a **glob** pattern!
|
|
122
128
|
|
|
123
129
|
```shell
|
|
124
|
-
vacuum lint some/path/**/*.yaml
|
|
130
|
+
vacuum lint some/path/**/*.yaml
|
|
125
131
|
```
|
|
126
132
|
|
|
127
133
|
|