Shopify / erb-lint

Lint your ERB or HTML files
MIT License
592 stars 113 forks source link

Show linter names in CLI output? #336

Closed andyw8 closed 1 month ago

andyw8 commented 6 months ago

I couldn't find an option to show the linter names as part of the CLI output (similar to the --display-cop-names argument in RuboCop). It would be useful when adding erblint to an existing project and choosing which linters to enable or disable.

I can open a PR if there's support for adding this.

andyw8 commented 5 months ago

Any thoughts @etiennebarrie, @sambostock ?

etiennebarrie commented 5 months ago

It sounds useful yes. 👍

andyw8 commented 5 months ago

https://github.com/Shopify/erb-lint/pull/340