Fix linter settings

This commit is contained in:
Alexander Meindl 2019-04-29 19:45:55 +02:00
parent dff1500627
commit 29712f5281

View File

@ -3,16 +3,17 @@ linters:
max: 140
RuboCop:
ignored_cops:
- Layout/AlignArguments
- Layout/AlignArray
- Layout/AlignHash
- Layout/AlignParameters
- Layout/BlockEndNewline
- Layout/EmptyLineAfterGuardClause
- Layout/IndentFirstArgument
- Layout/IndentArray
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/IndentHash
- Layout/IndentFirstArgument
- Layout/IndentFirstArrayElement
- Layout/IndentFirstHashElement
- Layout/MultilineArrayBraceLayout
- Layout/MultilineAssignmentLayout
- Layout/MultilineBlockLayout