Skip to content

Commit

Permalink
rubocop-rake and others
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 5, 2025
1 parent 67938c8 commit 3d21c6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ AllCops:
TargetRubyVersion: 2.3
NewCops: enable
SuggestExtensions: false

Gemspec/RequiredRubyVersion:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Expand All @@ -30,3 +29,7 @@ Metrics/BlockLength:
Max: 50
Style/FrozenStringLiteralComment:
Enabled: false
required:
- rubocop-rake
- rubocop-minitest
- rubocop-performance
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ gem 'rake', '13.0.6', require: false
gem 'rdoc', '6.4.0', require: false
gem 'rspec-rails', '5.1.2', require: false
gem 'rubocop', '1.60.2', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
gem 'rubocop-rspec', '2.22.0', require: false
gem 'simplecov', '0.22.0', require: false
gem 'simplecov-cobertura', '~> 2.1'
Expand Down

0 comments on commit 3d21c6c

Please sign in to comment.