Skip to content

Commit bfc28e2

Browse files
committed
upgraded rubocop + standard require update to .standard_todo.yml
1 parent 184011c commit bfc28e2

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.standard_todo.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,54 @@
33
---
44
ignore:
55
- app/controllers/all_casa_admins/sessions_controller.rb:
6+
- Layout/EmptyLinesAfterModuleInclusion
67
- Rails/LexicallyScopedActionFilter
78
- app/controllers/api/v1/base_controller.rb:
89
- Rails/LexicallyScopedActionFilter
910
- app/controllers/casa_cases_controller.rb:
1011
- Rails/TimeZone
12+
- Style/EmptyStringInsideInterpolation
13+
- app/controllers/case_contacts/followups_controller.rb:
14+
- Layout/EmptyLineAfterGuardClause
1115
- app/controllers/case_contacts_controller.rb:
1216
- Rails/LexicallyScopedActionFilter
1317
- Style/HashSlice
1418
- app/controllers/checklist_items_controller.rb:
1519
- Rails/TimeZone
1620
- app/controllers/court_dates_controller.rb:
1721
- Rails/TimeZone
22+
- app/controllers/emancipation_checklists_controller.rb:
23+
- Layout/EmptyLinesAfterModuleInclusion
24+
- app/controllers/imports_controller.rb:
25+
- Layout/EmptyLinesAfterModuleInclusion
26+
- app/controllers/other_duties_controller.rb:
27+
- Layout/EmptyLineAfterGuardClause
1828
- app/controllers/placements_controller.rb:
1929
- Rails/LexicallyScopedActionFilter
2030
- app/controllers/reimbursements_controller.rb:
2131
- Rails/TimeZone
2232
- app/controllers/users/sessions_controller.rb:
33+
- Layout/EmptyLinesAfterModuleInclusion
2334
- Rails/LexicallyScopedActionFilter
2435
- app/datatables/volunteer_datatable.rb:
2536
- Rails/CompactBlank
37+
- Style/EmptyStringInsideInterpolation
2638
- app/decorators/casa_case_decorator.rb:
39+
- Layout/EmptyLineAfterGuardClause
2740
- Rails/Date
2841
- app/decorators/case_assignment_decorator.rb:
2942
- Rails/Date
43+
- app/decorators/contact_type_decorator.rb:
44+
- Layout/EmptyLinesAfterModuleInclusion
3045
- app/helpers/banner_helper.rb:
3146
- Rails/TimeZone
47+
- app/helpers/followup_helper.rb:
48+
- Layout/EmptyLineAfterGuardClause
3249
- app/helpers/phone_number_helper.rb:
3350
- Rails/Blank
51+
- Style/RedundantRegexpEscape
52+
- app/helpers/sidebar_helper.rb:
53+
- Layout/EmptyLineAfterGuardClause
3454
- app/mailers/fund_request_mailer.rb:
3555
- Rails/Date
3656
- app/mailers/learning_hours_mailer.rb:
@@ -46,18 +66,22 @@ ignore:
4666
- app/models/casa_case_emancipation_category.rb:
4767
- Rails/UniqueValidationWithoutIndex
4868
- app/models/casa_org.rb:
69+
- Layout/EmptyLinesAfterModuleInclusion
4970
- Rails/UniqueValidationWithoutIndex
5071
- app/models/case_assignment.rb:
5172
- Rails/UniqueValidationWithoutIndex
5273
- Rails/RedundantPresenceValidationOnBelongsTo
5374
- app/models/case_contact.rb:
75+
- Layout/EmptyLinesAfterModuleInclusion
5476
- Rails/FindEach
5577
- app/models/case_contact_contact_type.rb:
5678
- Rails/UniqueValidationWithoutIndex
5779
- app/models/case_group.rb:
5880
- Rails/UniqueValidationWithoutIndex
5981
- app/models/concerns/CasaCase/validations.rb:
6082
- Rails/TimeZone
83+
- app/models/concerns/api.rb:
84+
- Layout/EmptyLinesAfterModuleInclusion
6185
- app/models/contact_type.rb:
6286
- Rails/UniqueValidationWithoutIndex
6387
- app/models/contact_type_group.rb:
@@ -82,11 +106,24 @@ ignore:
82106
- Rails/Date
83107
- app/models/volunteer.rb:
84108
- Rails/WhereEquals
109+
- Layout/EmptyLineAfterGuardClause
110+
- app/notifications/delivery_methods/sms.rb:
111+
- Layout/EmptyLinesAfterModuleInclusion
112+
- app/policies/user_policy.rb:
113+
- Layout/EmptyLineAfterGuardClause
85114
- app/services/casa_case_change_service.rb:
86115
- Rails/Pluck
116+
- Layout/EmptyLineAfterGuardClause
117+
- app/services/case_contacts_export_csv_service.rb:
118+
- Layout/EmptyLineAfterGuardClause
87119
- app/services/fdf_inputs_service.rb:
120+
- Layout/EmptyLineAfterGuardClause
88121
- Rails/Blank
89122
- Rails/RootPathnameMethods
123+
- app/services/learning_hours_export_csv_service.rb:
124+
- Layout/EmptyLineAfterGuardClause
125+
- app/services/short_url_service.rb:
126+
- Layout/EmptyLinesAfterModuleInclusion
90127
- app/validators/user_validator.rb:
91128
- Rails/Blank
92129
- config/application.rb:
@@ -96,6 +133,7 @@ ignore:
96133
- db/migrate/20250507011754_remove_unused_indexes.rb:
97134
- Rails/ReversibleMigration
98135
- db/seeds/db_populator.rb:
136+
- Layout/EmptyLineAfterGuardClause
99137
- Rails/TimeZone
100138
- Rails/FindEach
101139
- Rails/Date
@@ -108,6 +146,7 @@ ignore:
108146
- lib/mailers/previews/volunteer_mailer_preview.rb:
109147
- Rails/Date
110148
- lib/tasks/case_contact_types_reminder.rb:
149+
- Layout/EmptyLineAfterGuardClause
111150
- Rails/ActiveRecordAliases
112151
- lib/tasks/data_post_processors/contact_topic_populator.rb:
113152
- Rails/FindEach
@@ -117,10 +156,20 @@ ignore:
117156
- Rails/ApplicationRecord
118157
- lib/tasks/deployment/99991023145114_store_deploy_time.rake:
119158
- Rails/TimeZone
159+
- lib/tasks/example_recurring_task.rb:
160+
- Layout/EmptyLinesAfterModuleInclusion
161+
- lib/tasks/lint_factory_bot.rake:
162+
- Layout/EmptyLineAfterGuardClause
120163
- lib/tasks/no_contact_made_reminder.rb:
121164
- Rails/ActiveRecordAliases
122165
- lib/tasks/supervisor_weekly_digest.rb:
123166
- Rails/TimeZone
167+
- lib/tasks/test_checker.rake:
168+
- Layout/EmptyLineAfterGuardClause
169+
- scripts/import_casa_case_date_of_birth.rb:
170+
- Layout/EmptyLineAfterGuardClause
171+
- spec/controllers/concerns/accessible_spec.rb:
172+
- Layout/EmptyLinesAfterModuleInclusion
124173
- spec/datatables/reimbursement_datatable_spec.rb:
125174
- Rails/TimeZone
126175
- spec/decorators/casa_case_decorator_spec.rb:
@@ -150,13 +199,21 @@ ignore:
150199
- Performance/Count
151200
- spec/models/case_contact_spec.rb:
152201
- Rails/TimeZone
202+
- spec/models/case_court_report_spec.rb:
203+
- Layout/EmptyLinesAfterModuleInclusion
204+
- spec/models/learning_hours_report_spec.rb:
205+
- Layout/EmptyLineAfterGuardClause
153206
- spec/requests/bulk_court_dates_spec.rb:
154207
- Rails/Date
155208
- spec/requests/casa_cases_spec.rb:
156209
- Rails/Date
157210
- Rails/TimeZone
158211
- spec/requests/case_contact_reports_spec.rb:
159212
- Rails/Date
213+
- spec/requests/case_court_reports_spec.rb:
214+
- Layout/EmptyLinesAfterModuleInclusion
215+
- spec/requests/court_dates_spec.rb:
216+
- Layout/EmptyLinesAfterModuleInclusion
160217
- spec/requests/notifications_spec.rb:
161218
- Rails/Date
162219
- spec/system/casa_cases/edit_spec.rb:

0 commit comments

Comments
 (0)