dockerfile_lint
dockerfile_lint copied to clipboard
Add rule file syntax/key validator
It would be useful to add a validator for the rule file syntax, rather than silently ignoring invalid keys, so the rule writer knows a rule is invalid. The hook already exists in https://github.com/projectatomic/dockerfile_lint/blob/master/lib/rulefile-validator.js but is a noop.