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
This is a setup where my dependency gem, "custom-erblint-gem" has a yml config in the path config/default.yml. It looks like the resulting config is what we want, with the configs in config/default.yml deep merged.
However, linter_registry.rb only has access to rules included in the custom directory .erb-linters. I think we'd want it to automatically pull in ERB lint rules that are defined in the gem specified in inherit_gem.
The same way that Rubocop supports inheriting configs from a gem, it would be nice if ERBLint supported inheriting ERBLint configs from a gem.
The text was updated successfully, but these errors were encountered: