Browse Source

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

pull/4/head
Yamagishi Kazutoshi 4 years ago
committed by Eugen Rochko
parent
commit
121d19d7fa
3 changed files with 0 additions and 8 deletions
  1. +0
    -3
      .rubocop.yml
  2. +0
    -1
      Gemfile
  3. +0
    -4
      Gemfile.lock

+ 0
- 3
.rubocop.yml View File

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

+ 0
- 1
Gemfile View File

@ -129,7 +129,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

+ 0
- 4
Gemfile.lock View File

@ -531,9 +531,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-progressbar (1.10.1)
ruby-saml (1.9.0)
nokogiri (>= 1.5.10)
@ -738,7 +735,6 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec-sidekiq (~> 3.0)
rubocop (~> 0.71)
rubocop-rails (~> 2.0)
sanitize (~> 5.0)
sidekiq (~> 5.2)
sidekiq-bulk (~> 0.2.0)

Loading…
Cancel
Save