dockerfile_lint
dockerfile_lint copied to clipboard
Change the severity of a default rule
I'd like to change the severity of a default rule. In particular, I'd like to change label: is_latest_tag
from level: error
to level: info
. I could export the default rules file using dockerfile_lint -e
and then modify that file. Is there a more elegant solution that doesn't require duplicating the default rules file?
cc @suujia