Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix yaml linter not linting multiple files #8

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

OndraM
Copy link
Member

@OndraM OndraM commented Mar 25, 2018

@OndraM OndraM force-pushed the bugfix/linting branch 4 times, most recently from b604fe3 to 4809fd0 Compare March 25, 2018 23:17
composer.json Outdated
@@ -23,7 +23,7 @@
"@lint"
],
"lint": [
"vendor/bin/yaml-lint *.yml",
"for FN in *.yml *.yaml; do vendor/bin/yaml-lint \"$FN\"; done",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FN is quite misleading.. at the first look I thought it's function .. why is it not just fileName?

Copy link
Member Author

@OndraM OndraM Mar 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FN is from my experience one of the most used shortcut in bash scripts... However obviously not enough generally known, I will change it :)

@OndraM OndraM merged commit b0f1fa3 into lmc-eu:master Mar 26, 2018
@OndraM OndraM deleted the bugfix/linting branch April 3, 2018 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants