Skip to content

Commit

Permalink
chroe: Add rubocop-rake
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Apr 24, 2021
1 parent 6a1969f commit 0e7a485
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions rails/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- rubocop-rake
- sgcop

# 自動生成されるものなどはチェック対象から除外する
Expand Down
3 changes: 0 additions & 3 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# target_version:
# rubocop v0.54.0

# Cop name を常に表示する
# - 名前がわからないと rubocop の設定がしづらい
# - 名前がわからないと disable コメントも書けない
Expand Down
1 change: 1 addition & 0 deletions sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rubocop', '~> 1.13.0'
spec.add_dependency 'rubocop-performance', '~> 1.11.0'
spec.add_dependency 'rubocop-rails', '~> 2.9.1'
spec.add_dependency 'rubocop-rake', '~> 0.5.1'
spec.add_dependency 'rubocop-rspec', '~> 2.2.0'
end

0 comments on commit 0e7a485

Please sign in to comment.