Shopify / erb-lint

Lint your ERB or HTML files
MIT License
593 stars 114 forks source link

Let Rubocop handle config loading #261

Closed tdeo closed 2 years ago

tdeo commented 2 years ago

Hello,

I was migrating some rubocop configuration to use actual ERB syntax to leverage git ignored files, and I actually noticed that erblint (which I also use) becomes incompatible with it.

I believe the easiest way to support that is to fully let RuboCop handle the config loading, as they already support inheritance in their config file instead of having similar but slightly different behavior within this gem.