Bump to Rubocop 0.55 (#6929)

Merge pull request 6929
This commit is contained in:
Frank Taillandier 2018-04-16 16:24:07 +02:00 committed by jekyllbot
parent 7e72cbddd2
commit 4d26d30b6c
3 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@ engines:
enabled: false
rubocop:
enabled: true
channel: rubocop-0-49
channel: rubocop-0-54
exclude_paths:
- .codeclimate.yml

View File

@ -49,11 +49,9 @@ Layout/MultilineOperationIndentation:
Lint/NestedPercentLiteral:
Exclude:
- test/test_site.rb
Layout/SpaceInsideBrackets:
Enabled: false
Layout/EmptyComment:
Enabled: false
Lint/EndAlignment:
Layout/EndAlignment:
Severity: error
Lint/UnreachableCode:
Severity: error

View File

@ -31,7 +31,7 @@ group :test do
gem "nokogiri", RUBY_VERSION >= "2.2" ? "~> 1.7" : "~> 1.7.0"
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 0.54.0"
gem "rubocop", "~> 0.55.0"
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__)