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

does not handle/understand line continuations #2

Open
aisch opened this issue Aug 24, 2015 · 0 comments
Open

does not handle/understand line continuations #2

aisch opened this issue Aug 24, 2015 · 0 comments

Comments

@aisch
Copy link

aisch commented Aug 24, 2015

e.g.:

RUN\
 apt-get update -y &&\
 apt-get install -y python python-dev python-pip &&\
 pip install ansible==1.9.1 &&\
 apt-get clean autoclean &&\
 apt-get autoremove -y

will mark line RUN\ w/ _Unknown instruction: RUN_ but this is all one line.

e.g.:

ENV ANSIBLE_EXTRA_VARS="\
spork_src_dir=/opt/spork\
"

will mark spork_src_dir=/opt/spork\ w/ _Unknown instruction: spork_src_dir=/opt/spork_.

etc.

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