Enable the Layout/SpaceInLambdaLiteral cop
This commit is contained in:
parent
05b1fd96fd
commit
9ea1106503
2 changed files with 3 additions and 2 deletions
|
@ -197,7 +197,8 @@ Layout/SpaceBeforeSemicolon:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/SpaceInLambdaLiteral:
|
Layout/SpaceInLambdaLiteral:
|
||||||
Enabled: false
|
Enabled: true
|
||||||
|
EnforcedStyle: require_space
|
||||||
|
|
||||||
Layout/SpaceInsideArrayPercentLiteral:
|
Layout/SpaceInsideArrayPercentLiteral:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
Loading…
Reference in a new issue