Enable line length rubocop rule

This commit is contained in:
decabeza
2019-01-09 12:27:49 +01:00
parent bbcb96027b
commit 15dbfdf6e8
2 changed files with 3 additions and 3 deletions

View File

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

View File

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