Skip to content

Commit

Permalink
Fix yaml linter not linting multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Mar 25, 2018
1 parent 22b1ce1 commit b604fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@lint"
],
"lint": [
"vendor/bin/yaml-lint *.yml",
"for FN in *.yml; do vendor/bin/yaml-lint \"$FN\"; done",
"vendor/bin/yaml-sort-checker"
]
}
Expand Down

0 comments on commit b604fe3

Please sign in to comment.