Fix Style/UnneededInterpolation

Exclusions from .rubocop_todo.yml deleted.
This cop checks for string interpolated expressions. It supports autocorrection.
Fixes #1823
This commit is contained in:
Sidharth 2017-12-04 23:45:37 +05:30
parent 666f5ab2dc
commit 93fcf8893a
3 changed files with 3 additions and 10 deletions

View file

@ -722,10 +722,3 @@ Style/TrailingCommaInLiteral:
- 'Guardfile'
- 'db/migrate/20140701123203_add_events_per_week_to_conference.rb'
- 'spec/models/conference_spec.rb'
# Offense count: 3
# Cop supports --auto-correct.
Style/UnneededInterpolation:
Exclude:
- 'app/helpers/format_helper.rb'
- 'spec/controllers/admin/conferences_controller_spec.rb'