@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.
- package/README.md +5 -1
- 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
|
|
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
|
|