Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4809fd0

Browse files
committed
Fix yaml linter not linting multiple files
See j13k/yaml-lint#3
1 parent 22b1ce1 commit 4809fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@lint"
2424
],
2525
"lint": [
26-
"vendor/bin/yaml-lint *.yml",
26+
"for FN in *.yml *.yaml; do vendor/bin/yaml-lint \"$FN\"; done",
2727
"vendor/bin/yaml-sort-checker"
2828
]
2929
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /