Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965)

master
Yamagishi Kazutoshi 2019-06-05 02:35:19 +09:00 committed by multiple creatures
parent 2aee833a22
commit 7efaf608a8
3 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,3 @@
require:
- rubocop-rails
AllCops:
TargetRubyVersion: 2.3
Exclude:

View File

@ -130,7 +130,6 @@ group :development do
gem 'letter_opener_web', '~> 1.3'
gem 'memory_profiler'
gem 'rubocop', '~> 0.71', require: false
gem 'rubocop-rails', '~> 2.0', require: false
gem 'brakeman', '~> 4.5', require: false
gem 'bundler-audit', '~> 0.6', require: false

View File

@ -534,9 +534,6 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-rails (2.0.0)
rack (>= 2.0)
rubocop (>= 0.70.0)
ruby-bbcode (2.1.0)
activesupport (>= 4.2.2)
ruby-progressbar (1.10.1)
@ -747,8 +744,6 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec-sidekiq (~> 3.0)
rubocop (~> 0.71)
rubocop-rails (~> 2.0)
ruby-bbcode (~> 2.0)
sanitize (~> 5.0)
sidekiq (~> 5.2)
sidekiq-bulk (~> 0.2.0)