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
|
inherit_from: .rubocop_basic.yml
|
||||||
|
|
||||||
Metrics/LineLength:
|
|
||||||
Max: 100
|
|
||||||
|
|
||||||
Bundler/DuplicatedGem:
|
Bundler/DuplicatedGem:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user