Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix rubocop#5976] Remove Rails cops
Fixes rubocop#5976. This PR removes Rails department from RuboCop core. - Remove Rails department cops - Remove `-R/--rails` option from `rubocop` command These were transferred to RuboCop Rails gem. https://github.com/rubocop-hq/rubocop-rails Some internal implementations of `TargetRailsVersion` remain. The final goal in the near future is to extract `TargetRailsVersion` implementation to RuboCop Rails from RuboCop core. rubocop/rubocop-rails#47 This PR aims removing Rails cops and `rubocop -R /-rails` option that affect RuboCop 0.72.0 users. It may be better to merge this PR when we decide the next release version is RuboCop 0.72.
- Loading branch information