You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom rulesets is a standard with many linters and provides flexibility for users to create their own linting rules that may apply only to their company or project.
dockerfile lint -r ruleset.js Dockerfile
This would give me the flexibility to provide my own rulesets, which i am currently having to fork and fix for a project i'm working on. I submitted a PR for this here: #172
This documents the underlying issue.
The text was updated successfully, but these errors were encountered:
Custom rulesets is a standard with many linters and provides flexibility for users to create their own linting rules that may apply only to their company or project.
This would give me the flexibility to provide my own rulesets, which i am currently having to fork and fix for a project i'm working on. I submitted a PR for this here: #172
This documents the underlying issue.
The text was updated successfully, but these errors were encountered: