@quobix/vacuum 0.0.30 → 0.0.31

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -165,7 +165,11 @@ repos:
165
165
  - id: vacuum
166
166
  ```
167
167
 
168
- See the [hook config](./.pre-commit-hooks.yaml) here for details on what options the hook uses and what files it checks by default.
168
+ See the [hook definition](./.pre-commit-hooks.yaml) here for details on what options the hook uses and what files it checks by default.
169
+
170
+ If no filenames or more than one filename in your repository matches the default `files` pattern in the hook definition,
171
+ the pattern needs to be overridden in your config so that it matches exactly one filename to lint at a time.
172
+ To lint multiple files, specify the hook multiple times with the appropriate overrides.
169
173
 
170
174
  ## Build an interactive HTML report
171
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",