Fix rubocop warning, move LineLength into Layout namespace

```
.rubocop.yml: Metrics/LineLength has the wrong namespace - should be Layout
```
This commit is contained in:
Claudio Bley 2020-01-20 21:36:21 +01:00
parent 6c51cd974d
commit b43a47608c

View file

@ -42,7 +42,7 @@ Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/LineLength:
Layout/LineLength:
Max: 120
Metrics/ModuleLength: