Merge pull request #3165 from consul/linelength-rubocop
[Backport] Enable line length rubocop rule
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
inherit_from: .rubocop_basic.yml
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 100
|
||||
|
||||
Bundler/DuplicatedGem:
|
||||
Enabled: true
|
||||
|
||||
|
||||
@@ -30,5 +30,8 @@ Layout/TrailingBlankLines:
|
||||
Layout/TrailingWhitespace:
|
||||
Enabled: true
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 100
|
||||
|
||||
RSpec/NotToNot:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user