-
Notifications
You must be signed in to change notification settings - Fork 524
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
Multi-line LABEL directives highlight as errors #338
Comments
Hi, @adambkaplan. Thank you very much for your bug report and I apologize for the long delay in responding. I have confirmed what you have found and it is indeed a bug in the Dockerfile validation code. I have opened rcjsuen/dockerfile-utils#50 to track this. Please do not hesitate to let me know if you find other false positives being flagged. |
Related to #150? |
@StephenWeatherford No, they’re not the same issue. I’ve fixed this particular issue and will try to spin a new release before the new release of this extension. |
Great, thanks! |
Hi, @adambkaplan. Thank you again for reporting this bug. This should be included in the 0.2.0 release. Can you confirm this? |
@adambkaplan I'm going to go ahead and close for now, it should be fixed. Feel free to re-open if not. Thanks. |
Extension Version: 0.1.0
VSCode Version: 1.25.1 (1.25.1)
OS: MacOS 10.13.6 (17G65) "High Sierra"
If a LABEL directive includes multiple key/value names listed on multiple lines, the Dockerfile linter reports "Syntax error - can't find = in " ". Must be of the form: name=value".
Dockerfile
Reported Error
The text was updated successfully, but these errors were encountered: