Merge pull request #3165 from consul/linelength-rubocop

[Backport] Enable line length rubocop rule
This commit is contained in:
Alberto
2019-01-09 14:43:24 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,5 @@
inherit_from: .rubocop_basic.yml inherit_from: .rubocop_basic.yml
Metrics/LineLength:
Max: 100
Bundler/DuplicatedGem: Bundler/DuplicatedGem:
Enabled: true Enabled: true

View File

@@ -30,5 +30,8 @@ Layout/TrailingBlankLines:
Layout/TrailingWhitespace: Layout/TrailingWhitespace:
Enabled: true Enabled: true
Metrics/LineLength:
Max: 100
RSpec/NotToNot: RSpec/NotToNot:
Enabled: true Enabled: true