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 cb5dd22 commit 84a753c
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 @@ -6,7 +6,6 @@ AllCops:
TargetRubyVersion: 2.2.2
SuggestExtensions: false
NewCops: enable

Layout/EndOfLine:
EnforcedStyle: lf
Metrics/MethodLength:
Expand All @@ -19,3 +18,7 @@ Layout/EmptyLineAfterGuardClause:
Enabled: false
Metrics/BlockLength:
Max: 50
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 @@ -26,5 +26,8 @@ gem 'minitest', '5.23.1', require: false
gem 'rake', '13.2.1', require: false
gem 'rdoc', '6.7.0', require: false
gem 'rubocop', '1.52.1', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
gem 'rubocop-rspec', '2.31.0', require: false
gem 'simplecov', '0.22.0', require: false

0 comments on commit 84a753c

Please sign in to comment.