Linters gonna lint

I was not aware the linting was also applied to specs
This commit is contained in:
Espartaco Palma 2020-01-23 23:31:35 -08:00 committed by Henne Vogelsang
parent f5986f4160
commit 5d79049e59
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
2 changed files with 26 additions and 40 deletions

View file

@ -434,7 +434,7 @@ Metrics/BlockNesting:
# Offense count: 13
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 650
Max: 652
# Offense count: 33
Metrics/CyclomaticComplexity: