Commit b527d1c
committed
Add option to yamlfmt to ignore vendor directories
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 <[email protected]>1 parent 25d3e43 commit b527d1c
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