Skip to content

Commit

Permalink
Add rake style rules to the rubocop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 17, 2023
1 parent 7a3c76e commit ae714d3
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 @@ -12,5 +12,6 @@ end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "rubocop-performance", "~> 1.20"
gem "rubocop-rake", "~> 0.6.0"
gem "simplecov", "~> 0.22.0"
end

0 comments on commit ae714d3

Please sign in to comment.