Disables example length rubocop rspec cop, metrics always hard to meet

This commit is contained in:
Bertocq
2018-01-07 00:53:08 +01:00
parent 2253155a51
commit 971f2e308a

View File

@@ -68,4 +68,7 @@ RSpec/EmptyExampleGroup:
Enabled: true Enabled: true
RSpec/EmptyLineAfterSubject: RSpec/EmptyLineAfterSubject:
Enabled: true Enabled: true
RSpec/ExampleLength:
Enabled: false