Skip to content

Commit

Permalink
Use rubocop-rails (mastodon#10957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and Gargron committed Jun 4, 2019
1 parent da38c0a commit 3f536f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Expand Up @@ -30,7 +30,7 @@ plugins:
channel: eslint-5
rubocop:
enabled: true
channel: rubocop-0-54
channel: rubocop-0-71
scss-lint:
enabled: true
exclude_patterns:
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
@@ -1,3 +1,6 @@
require:
- rubocop-rails

AllCops:
TargetRubyVersion: 2.3
Exclude:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -129,6 +129,7 @@ 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
gem 'scss_lint', '~> 0.58', require: false
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -534,6 +534,9 @@ 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)
Expand Down Expand Up @@ -746,6 +749,7 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec-sidekiq (~> 3.0)
rubocop (~> 0.71)
rubocop-rails (~> 2.0)
sanitize (~> 5.0)
scss_lint (~> 0.58)
sidekiq (~> 5.2)
Expand Down

0 comments on commit 3f536f0

Please sign in to comment.