Results 9 comments of lphiri

Ack. Will fix in next iteration.

+1. @evilebottnawi go ahead and open a PR.

@evilebottnawi I am fine with suppressing INFO and WARNINGs as long as you make it non-default behavior.

FYI - I already updated the hosted linter to use the redesigned rule engine , but the changes are not live yet, pending the addition of new profiles. My preference...

@jaknoll the rules in test/data directory are meant for functional and unit testing and not maintained for accuracy. Is there a reason you are using those instead of the rules...

@lostintangent - yes, that is where we are transitioning to. I did not have a parser initially (everything was rule file and adhoc syntax checked) and added the parser later...

@lostintangent - the base rule file gives you an indirect way of doing syntax only checks (dockerfile_lint -r config/base_rules.yml) - but agree it would be nice to just have a...

@scott2449 - I can't reproduce this in my environment. Can you provide more information about your environment (output of "npm version") as well as the complete Dockerfile you are linting?