chore(deps): rubocop 1.10

fix #8583
This commit is contained in:
Frank Taillandier 2021-02-19 09:26:10 +01:00
parent a988f9da14
commit c9c9dc7dac
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,8 @@ AllCops:
- vendor/**/*
- tmp/**/*
Gemspec/DateAssignment:
Enabled: true
Layout/BeginEndAlignment:
Enabled: true
Layout/EmptyComment:
@ -316,6 +318,8 @@ Style/GuardClause:
Enabled: false
Style/HashAsLastArrayItem:
Enabled: true
Style/HashConversion:
Enabled: true
Style/HashEachMethods:
Enabled: true
Style/HashExcept:

View File

@ -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"