Add missed offenses to rubocop_todo
A known rubocop bug, solved by adding files manually Closes #1450
This commit is contained in:
parent
7a10d69f14
commit
aaeca108a8
1 changed files with 5 additions and 0 deletions
|
|
@ -321,7 +321,12 @@ Style/CommentIndentation:
|
||||||
# SupportedStyles: assign_to_condition, assign_inside_condition
|
# SupportedStyles: assign_to_condition, assign_inside_condition
|
||||||
Style/ConditionalAssignment:
|
Style/ConditionalAssignment:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
- 'app/controllers/admin/volunteers_controller.rb'
|
||||||
|
- 'app/controllers/conference_registrations_controller.rb'
|
||||||
- 'app/helpers/application_helper.rb'
|
- 'app/helpers/application_helper.rb'
|
||||||
|
- 'app/models/conference.rb'
|
||||||
|
- 'app/models/ticket_purchase.rb'
|
||||||
|
- 'app/models/user.rb'
|
||||||
- 'db/migrate/20140610165551_migrate_data_person_to_user.rb'
|
- 'db/migrate/20140610165551_migrate_data_person_to_user.rb'
|
||||||
- 'db/migrate/20140820124117_undo_wrong_migration20140801080705_add_users_to_events.rb'
|
- 'db/migrate/20140820124117_undo_wrong_migration20140801080705_add_users_to_events.rb'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue