-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Funny story: we had a bunch of Rails/* cops in the config all along and I was always impressed how they didn't explode for non-Rails projects, but it turns out that they were just never actually running for some reason or another. Rather than try to slam them in now just to try to get upgraded to the latest rubocop, the most prudent thing is to remove them from the config to spare our users the postinstall warning they'll get about all these Rails/* cops we were apparently never invoking anyway. Maybe it'll make sense to incorporate them at some point (like dynamically require the cop config if `defined?(Railtie)`, but there's no reason it needs to be today as part of this PR to upgrade rub{y,ocop}
- Loading branch information
Showing
1 changed file
with
0 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters