Update .ruby-lint.yml

This commit is contained in:
Lukas Gravley 2019-11-07 08:28:49 -06:00 committed by GitHub
parent c5542cc418
commit 2e960cdca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,11 +57,6 @@ Metrics/CyclomaticComplexity:
Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: no_space
# Most readable form.
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
# Indenting the chained dots beneath each other is not supported by this cop,
# see https://github.com/bbatsov/rubocop/issues/1633
Layout/MultilineOperationIndentation: