-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Labels
Description
In my company, we have several projects that use Code Climate metrics with rubocop, reek...
I'am creating a gem to share an up to date configuration with every projects.
Rubocop has a way to use the config file store into a gem : https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md#inheriting-configuration-from-a-dependency-gem
Reek does not seem to have the same possibility. The use of a config file in the home/directory is not enough because it won't be kept up to date and won't work with Code Climate.
What do you think about this feature? Thank you for your help.