Skip to content

Commit

Permalink
chore(deps): rubocop 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Feb 19, 2021
1 parent a988f9d commit c9c9dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ AllCops:
- vendor/**/*
- tmp/**/*

Gemspec/DateAssignment:
Enabled: true
Layout/BeginEndAlignment:
Enabled: true
Layout/EmptyComment:
Expand Down Expand Up @@ -316,6 +318,8 @@ Style/GuardClause:
Enabled: false
Style/HashAsLastArrayItem:
Enabled: true
Style/HashConversion:
Enabled: true
Style/HashEachMethods:
Enabled: true
Style/HashExcept:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :test do
gem "nokogiri", "~> 1.7"
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 1.9.1"
gem "rubocop", "~> 1.10"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "rubocop-rake"
Expand Down

0 comments on commit c9c9dc7

Please sign in to comment.