config_data can't accept yaml because it undergoes wordsplitting
Closed this issue · 0 comments
lucianposton commented
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:
Line 23 in 26e96b3