dockerfile_lint icon indicating copy to clipboard operation
dockerfile_lint copied to clipboard

Change the severity of a default rule

Open sjackman opened this issue 6 years ago • 0 comments

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

sjackman avatar Jun 13 '18 22:06 sjackman