[#5976] Warn for `rubocop -R/--rails` option by koic · Pull Request #7093 · rubocop/rubocop
This PR warns for rubocop -R/--rails option. Here is an example using -R/--rails option: % cat app/models/user.rb class User < ActiveRecord::Base end % rubocop -R `-R/--rails` option and Rails c...