Bump RuboCop to v0.81.x

This commit is contained in:
Ashwin Maroli 2020-04-01 14:21:24 +05:30
parent 9614cb67d4
commit 1412928dde
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@ Layout/EmptyComment:
Enabled: false
Layout/EndAlignment:
Severity: error
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Lint/UnreachableCode:
Severity: error
Lint/Void:

View File

@ -27,7 +27,7 @@ group :test do
gem "nokogiri", "~> 1.7"
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 0.80.0"
gem "rubocop", "~> 0.81.0"
gem "rubocop-performance"
gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)