hound icon indicating copy to clipboard operation
hound copied to clipboard

slim-lint does not respect custom rubocop configuration

Open benreyn opened this issue 6 years ago • 2 comments

When enabling slim-lint on a repository, custom rubocop configuration files dont seem to automatically pick up configuration defined in a .rubocop.yml file. See here. It seems like the most sensible way to handle this is to have slim-lint use the same config_file for rubocop that is declared in .hound.yml. This could probably be done with the SLIM_LINT_RUBOCOP_CONF env variable.

benreyn avatar Mar 23 '18 16:03 benreyn

@gylaz is this taken care of already?

salbertson avatar Oct 18 '18 18:10 salbertson

@salbertson No, we don't currently support multiple configuration files per linter. In this case, we'd need to send both slim-lint config and RuboCop config to our linters services.

gylaz avatar Oct 19 '18 15:10 gylaz