Enable the Layout/SpaceInLambdaLiteral cop

This commit is contained in:
gregoirenovel 2018-01-15 21:53:30 +01:00
parent 05b1fd96fd
commit 9ea1106503
2 changed files with 3 additions and 2 deletions

View file

@ -197,7 +197,8 @@ Layout/SpaceBeforeSemicolon:
Enabled: true
Layout/SpaceInLambdaLiteral:
Enabled: false
Enabled: true
EnforcedStyle: require_space
Layout/SpaceInsideArrayPercentLiteral:
Enabled: false