Skip to content

Commit

Permalink
Add Rake style checks to the rubocop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 26, 2023
1 parent 368942a commit 245e1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require:
- rubocop-performance
- rubocop-rake

AllCops:
NewCops: enable
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "rubocop-performance", "~> 1.18"
gem "rubocop-rake", "~> 0.6"
end

0 comments on commit 245e1cd

Please sign in to comment.