Fix all Layout/SpaceInLambdaLiteral rubocop issues and remove files from rubocop_todo list

This commit is contained in:
Bertocq
2017-06-26 18:05:14 +02:00
parent f6fe9cc7d2
commit c4d90691b1
8 changed files with 14 additions and 25 deletions

View File

@@ -557,17 +557,6 @@ Style/RescueModifier:
- 'app/controllers/concerns/commentable_actions.rb'
- 'app/controllers/verification/sms_controller.rb'
# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: require_no_space, require_space
Layout/SpaceInLambdaLiteral:
Exclude:
- 'app/models/concerns/filterable.rb'
- 'app/models/spending_proposal.rb'
- 'app/models/user.rb'
- 'app/models/verified_user.rb'
# Offense count: 8
# Cop supports --auto-correct.
Layout/SpaceInsideParens: