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

config_data can't accept yaml because it undergoes wordsplitting #3

Closed
lucianposton opened this issue Feb 18, 2020 · 0 comments
Closed

Comments

@lucianposton
Copy link
Contributor

If config_data contains spaces, e.g. {extends: default, rules: {document-start: disable}} to disable a single rule, entrypoint.sh errors as below due to wordsplitting on the unquoted CONFIG_DATA at:

yamllint $CONFIG_FILE $CONFIG_DATA -f $INPUT_FORMAT $STRICT $INPUT_FILE_OR_DIR

lol2

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

No branches or pull requests

1 participant