Commit 5e6db8e
authored
Add option to yamlfmt to ignore vendor directories (#2286)
The `make fmt` target now includes YAML formatting. This is causing
an issue downstream where vendored YAML files are being formatted.
This fix excludes vendor directories (and other files) based on the
project's .gitignore.
Signed-off-by: Todd Short <tshort@redhat.com>1 parent 25d3e43 commit 5e6db8e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments