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
Thanks for the gem - works great along with the gitlab formatters!
A project I'm running has an erblint configuration set to not use any of the default linters using the configuration setting in .erb-lint.yml: EnableDefaultLinters: false without any other explicit configuration for default erblint linters.
Thanks for the gem - works great along with the gitlab formatters!
A project I'm running has an erblint configuration set to not use any of the default linters using the configuration setting in
.erb-lint.yml
:EnableDefaultLinters: false
without any other explicit configuration for default erblint linters.Erb lint config example:
However, pronto with erblint appears to include these default linters. For example running with pronto will include default linters:
Running with erblint honors the
erb-lint.yml
configuration and does not run the default linters:How can pronto honor the
.erb-lint.yml
to not use the default linters from theEnableDefaultLinters
setting?Update
erb-lint.yml
to.erb-lint.yml
.The text was updated successfully, but these errors were encountered: