projectatomic / dockerfile_lint

MIT License
86 stars 11 forks source link

#escape=` is not supported #131

Open okainov opened 4 years ago

okainov commented 4 years ago

Same as https://github.com/hadolint/hadolint/issues/371

Tool is not able to properly handle Windows Dockerfiles using backtick symbol as end-line symbol


#escape = `

FROM mcr.microsoft.com/dotnet/framework/runtime:4.8

ENV something=something `
        somethingelse=somethingelse
mloskot commented 2 years ago

This has been already fixed in https://github.com/hadolint/language-docker/pull/62