We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const utils = require("dockerfile-utils"); const content = "FROM alpine"; let problems = utils.validate("FROM alpine"); console.log(problems.length); problems = utils.validate(Buffer.from(`\ufeff${content}`, "UTF-8").toString()); console.log(problems.length);
0 2
This is presumably not the standard use case as no one has ever reported this issue until recently in rcjsuen/dockerfile-ast#106.
The text was updated successfully, but these errors were encountered:
1e42c4c
rcjsuen
No branches or pull requests
This is presumably not the standard use case as no one has ever reported this issue until recently in rcjsuen/dockerfile-ast#106.
The text was updated successfully, but these errors were encountered: