Skip to content

Instantly share code, notes, and snippets.

@kelmerp
Created April 7, 2022 16:40
Show Gist options
  • Save kelmerp/3e645298958263c39ac00a701c82fbac to your computer and use it in GitHub Desktop.
Save kelmerp/3e645298958263c39ac00a701c82fbac to your computer and use it in GitHub Desktop.
rails best practices report on sittercity
Source Code: |===============================================================================================================|
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:15 - always add db index (account_notes => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:15 - always add db index (account_notes => [transaction_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:24 - always add db index (account_termination_reasons => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:131 - always add db index (aloka_legacy_conversation_messages_email_templates_xref => [conversation_message_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:165 - always add db index (apple_receipts => [payment_method_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:202 - always add db index (background_check_disputes => [background_check_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:224 - always add db index (background_check_orders => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:285 - always add db index (blocked_logins => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:545 - always add db index (corporate_member_expirations => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:564 - always add db index (corporate_user_groups => [role_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:641 - always add db index (customer_service_ticket_tallies => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:647 - always add db index (deers_logs => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:740 - always add db index (empire_admin_discounts => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:761 - always add db index (empire_admin_tickets => [draft_id, draft_type])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1053 - always add db index (job_post_interstitials => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1138 - always add db index (legacy_subscriptions => [role_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1214 - always add db index (member_login_attempts => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1238 - always add db index (member_roles => [role_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1244 - always add db index (member_status_history => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1312 - always add db index (notifications => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1312 - always add db index (notifications => [notification_template_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1320 - always add db index (oauth_credentials => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1342 - always add db index (pet_care_info => [pet_care_id, pet_care_type])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1371 - always add db index (postal_addresses => [place_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1405 - always add db index (products_features => [product_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1405 - always add db index (products_features => [feature_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1472 - always add db index (reactivation_tokens => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1480 - always add db index (reference_contacts => [reference_id, reference_type])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1606 - always add db index (sos_matches => [sos_result_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1615 - always add db index (sos_offenders => [match_id, match_type])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1668 - always add db index (sos_queues => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1695 - always add db index (sos_whitelist_entries => [sos_result_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1762 - always add db index (subscription_change_logs => [member_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/db/schema.rb:1845 - always add db index (transaction_verification_results => [transaction_id])
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/dev/mock_talent_wise/new.html.erb:19 - move code into helper (array_count >= 3)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/profile/nanny_profile/form.html.erb:53 - move code into helper (array_count >= 3)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/profile/nanny_profile/form.html.erb:68 - move code into helper (array_count >= 3)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/profile/babysitter_profile/form.html.erb:53 - move code into helper (array_count >= 3)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/profile/babysitter_profile/form.html.erb:68 - move code into helper (array_count >= 3)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/account/form.html.erb:104 - move code into helper (array_count >= 3)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/shared/_day_zero_overlay.html.erb:1 - move code into model (logged_in_member use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_background_check_report.html.erb:27 - move code into model (report use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_background_check_report.html.erb:34 - move code into model (report use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_overlay.html.erb:34 - move code into model (job_schedule use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_schedule.erb:25 - move code into model (job_schedule use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_schedule_sidebar.erb:28 - move code into model (job_schedule use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_report.html.erb:69 - move code into model (report use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_report.html.erb:113 - move code into model (report use_count > 2)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:234 - move finder to named_scope
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:235 - move finder to named_scope
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/registration_controller.rb:15 - move model logic into model (resp use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/registration_controller.rb:90 - move model logic into model (params use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:244 - move model logic into model ( use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:607 - move model logic into model (root use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/customer_service/dsr_controller.rb:81 - move model logic into model (params use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/references_controller.rb:73 - move model logic into model (request use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/show_controller.rb:93 - move model logic into model (@seo_strategy use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/registration_controller.rb:14 - move model logic into model (logged_in_member use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/about_us_controller.rb:29 - move model logic into model (job use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/complete_controller.rb:38 - move model logic into model (selected_job use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/account_controller.rb:27 - move model logic into model (params use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/account_controller.rb:27 - move model logic into model (member use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:315 - move model logic into model (data use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:532 - move model logic into model (member use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:209 - move model logic into model (job use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/show_controller.rb:50 - move model logic into model (search_query use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/providers/management_controller.rb:19 - move model logic into model (review use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/subscription_settings_controller.rb:61 - move model logic into model (request use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:146 - move model logic into model (provider use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/concerns/refresh_jwt.rb:9 - move model logic into model (request use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/concerns/refresh_jwt.rb:9 - move model logic into model (e use_count > 4)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/registration_controller.rb:84 - remove unused methods (Corporate::RegistrationController#skip)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/registration_controller.rb:202 - remove unused methods (Corporate::RegistrationController#skip_path)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/custom_fields_data_controller.rb:6 - remove unused methods (Corporate::CustomFieldsDataController#get_hca_facility_name)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/custom_fields_data_controller.rb:15 - remove unused methods (Corporate::CustomFieldsDataController#get_northrop_campus_name)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/token_authenticated_controller.rb:9 - remove unused methods (TokenAuthenticatedController#logged_or_token_authorized_member)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:62 - remove unused methods (ApplicationController#redirect_logged_in)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:128 - remove unused methods (ApplicationController#logged_out?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:143 - remove unused methods (ApplicationController#known_user)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:257 - remove unused methods (ApplicationController#do_not_cache!)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:339 - remove unused methods (ApplicationController#render_404)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:397 - remove unused methods (ApplicationController#search_def_options)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:447 - remove unused methods (ApplicationController#redirect_to_https)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:475 - remove unused methods (ApplicationController#requesting_https?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:493 - remove unused methods (ApplicationController#track_logged_out_users)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:569 - remove unused methods (ApplicationController#geo_location)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:577 - remove unused methods (ApplicationController#location_by_id)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:635 - remove unused methods (ApplicationController#redirect_capitalized_urls)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/application_controller.rb:658 - remove unused methods (ApplicationController#reg_activity_session)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/session_controller.rb:22 - remove unused methods (SessionController#complete_login)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/photo_controller.rb:8 - remove unused methods (PhotoController#postback)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/photo_controller.rb:22 - remove unused methods (PhotoController#admin_postback)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/photo_controller.rb:29 - remove unused methods (PhotoController#automated_approval_postback)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/suggestion_controller.rb:15 - remove unused methods (SuggestionController#child_school)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/suggestion_controller.rb:20 - remove unused methods (SuggestionController#school)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/suggestion_controller.rb:25 - remove unused methods (SuggestionController#place_worked)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/suggestion_controller.rb:30 - remove unused methods (SuggestionController#place_lived)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/customer_service/dsr_controller.rb:31 - remove unused methods (CustomerService::DsrController#download_data)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/customer_service/dsr_controller.rb:52 - remove unused methods (CustomerService::DsrController#submitted)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/verification_controller.rb:6 - remove unused methods (VerificationController#email_verification)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/verification_controller.rb:15 - remove unused methods (VerificationController#resend_link)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/popup_controller.rb:10 - remove unused methods (PopupController#national_criminal_search)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/popup_controller.rb:18 - remove unused methods (PopupController#whats_covered)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/popup_controller.rb:25 - remove unused methods (PopupController#sterling_whats_covered)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/popup_controller.rb:32 - remove unused methods (PopupController#whats_covered_lexis_nexis)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/api_controller.rb:2 - remove unused methods (ApiController#notify_of_message)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/references_controller.rb:73 - remove unused methods (Profile::Provider::ReferencesController#reference_request_decision)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/create_controller.rb:29 - remove unused methods (Profile::Provider::CreateController#skip)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/create_controller.rb:35 - remove unused methods (Profile::Provider::CreateController#incorrect_page_submission_flash)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/create_controller.rb:57 - remove unused methods (Profile::Provider::CreateController#skip_path)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/search_controller.rb:120 - remove unused methods (Profile::Provider::SearchController#empty_zip_code_text)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/seo_controller.rb:48 - remove unused methods (Profile::Provider::SeoController#care_type_state)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/seo_controller.rb:60 - remove unused methods (Profile::Provider::SeoController#care_type_city_state)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/seo_controller.rb:85 - remove unused methods (Profile::Provider::SeoController#care_type_landing)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/seo_controller.rb:96 - remove unused methods (Profile::Provider::SeoController#travel)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/seo_controller.rb:101 - remove unused methods (Profile::Provider::SeoController#babysitters_rate_calculator)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/seo_controller.rb:236 - remove unused methods (Profile::Provider::SeoController#find_or_create_tracking_id)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/profile/provider/edit_controller.rb:43 - remove unused methods (Profile::Provider::EditController#reveal)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/nanny/profile_edit_controller.rb:6 - remove unused methods (Mobile::Nanny::ProfileEditController#save_availability)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/nanny/profile_edit_controller.rb:16 - remove unused methods (Mobile::Nanny::ProfileEditController#save_bio_and_preferences)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:9 - remove unused methods (Mobile::AccountSettingsController#get_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:13 - remove unused methods (Mobile::AccountSettingsController#save_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:25 - remove unused methods (Mobile::AccountSettingsController#change_provider_password)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:37 - remove unused methods (Mobile::AccountSettingsController#get_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:41 - remove unused methods (Mobile::AccountSettingsController#save_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:53 - remove unused methods (Mobile::AccountSettingsController#change_seeker_password)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:65 - remove unused methods (Mobile::AccountSettingsController#success_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/account_settings_controller.rb:72 - remove unused methods (Mobile::AccountSettingsController#success_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/notification_settings_controller.rb:11 - remove unused methods (Mobile::NotificationSettingsController#get_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/notification_settings_controller.rb:15 - remove unused methods (Mobile::NotificationSettingsController#get_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/notification_settings_controller.rb:19 - remove unused methods (Mobile::NotificationSettingsController#save_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/notification_settings_controller.rb:32 - remove unused methods (Mobile::NotificationSettingsController#save_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/babysitter/profile_edit_controller.rb:7 - remove unused methods (Mobile::Babysitter::ProfileEditController#save_availability)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/babysitter/profile_edit_controller.rb:19 - remove unused methods (Mobile::Babysitter::ProfileEditController#save_bio_and_preferences)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:15 - remove unused methods (Mobile::StaticController#notification_settings_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:19 - remove unused methods (Mobile::StaticController#notification_settings_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:23 - remove unused methods (Mobile::StaticController#account_settings_seeker)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:27 - remove unused methods (Mobile::StaticController#account_settings_provider)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:31 - remove unused methods (Mobile::StaticController#edit_profile_bio)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:35 - remove unused methods (Mobile::StaticController#edit_profile_experience)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:39 - remove unused methods (Mobile::StaticController#edit_profile_nanny_availability)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:43 - remove unused methods (Mobile::StaticController#edit_profile_availability)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:47 - remove unused methods (Mobile::StaticController#edit_profile_professional_skills)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:51 - remove unused methods (Mobile::StaticController#edit_profile_additional_services)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/static_controller.rb:55 - remove unused methods (Mobile::StaticController#edit_profile_references)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/seeker_upgrade_controller.rb:14 - remove unused methods (Mobile::SeekerUpgradeController#create_subscription)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/seeker_upgrade_controller.rb:62 - remove unused methods (Mobile::SeekerUpgradeController#site_section)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:12 - remove unused methods (Mobile::BaseProfileController#get_bio_and_preferences)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:16 - remove unused methods (Mobile::BaseProfileController#get_references)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:20 - remove unused methods (Mobile::BaseProfileController#get_availability)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:24 - remove unused methods (Mobile::BaseProfileController#get_experience)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:28 - remove unused methods (Mobile::BaseProfileController#get_professional_skills)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:32 - remove unused methods (Mobile::BaseProfileController#get_additional_services)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:36 - remove unused methods (Mobile::BaseProfileController#get_photos)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:40 - remove unused methods (Mobile::BaseProfileController#save_photos)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:53 - remove unused methods (Mobile::BaseProfileController#save_references)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/mobile/base_profile_controller.rb:101 - remove unused methods (Mobile::BaseProfileController#update_photo_request)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/home_controller.rb:7 - remove unused methods (HomeController#landing)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:16 - remove unused methods (StaticController#military_resources)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:40 - remove unused methods (StaticController#promo_codes)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:44 - remove unused methods (StaticController#find_a_sitter)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:49 - remove unused methods (StaticController#babysitter_tips)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:54 - remove unused methods (StaticController#child_care_definitions)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:59 - remove unused methods (StaticController#hiring_a_babysitter)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:64 - remove unused methods (StaticController#summer_sitters)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:69 - remove unused methods (StaticController#summer_safety)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:73 - remove unused methods (StaticController#internet_safety)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:89 - remove unused methods (StaticController#affiliate_program)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:94 - remove unused methods (StaticController#background_check_descriptions)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:100 - remove unused methods (StaticController#caregiver_screening)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:105 - remove unused methods (StaticController#interview_questions)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:110 - remove unused methods (StaticController#giftcardoffer)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:114 - remove unused methods (StaticController#find_your_nanny_rules)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:118 - remove unused methods (StaticController#mobile)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/static_controller.rb:124 - remove unused methods (StaticController#brighthorizons)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/about_us_controller.rb:19 - remove unused methods (AboutUsController#our_team)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/cms_content_controller.rb:32 - remove unused methods (CmsContentController#layout)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/dev/mock_talent_wise_controller.rb:3 - remove unused methods (Dev::MockTalentWiseController#eda)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/talent_wise/endpoint_controller.rb:16 - remove unused methods (TalentWise::EndpointController#order_item)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/talent_wise/endpoint_controller.rb:20 - remove unused methods (TalentWise::EndpointController#confirm)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/complete_controller.rb:8 - remove unused methods (Sitter::CompleteController#complete)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/complete_controller.rb:18 - remove unused methods (Sitter::CompleteController#job_confirm)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/identify_controller.rb:15 - remove unused methods (Sitter::IdentifyController#verify_retry)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/identify_controller.rb:19 - remove unused methods (Sitter::IdentifyController#verify_identity)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/identify_controller.rb:30 - remove unused methods (Sitter::IdentifyController#processing)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/background_check_controller.rb:28 - remove unused methods (Sitter::BackgroundCheckController#id_failed)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/background_check_controller.rb:41 - remove unused methods (Sitter::BackgroundCheckController#submitted)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/background_check_controller.rb:61 - remove unused methods (Sitter::BackgroundCheckController#skip)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/background_check_controller.rb:66 - remove unused methods (Sitter::BackgroundCheckController#latest_order_status)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/upgrade_controller.rb:6 - remove unused methods (UpgradeController#upgrade)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:76 - remove unused methods (RegistrationController#not_eligible)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:165 - remove unused methods (RegistrationController#purchase_bgc)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:178 - remove unused methods (RegistrationController#checkr_bgc_complete)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:186 - remove unused methods (RegistrationController#skip)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:202 - remove unused methods (RegistrationController#existing_account_check)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:243 - remove unused methods (RegistrationController#render)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/registration_controller.rb:368 - remove unused methods (RegistrationController#skip_path)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:38 - remove unused methods (Jobs::JobPostingController#new_care_type)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:44 - remove unused methods (Jobs::JobPostingController#create_care_type)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:88 - remove unused methods (Jobs::JobPostingController#draft_status)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:150 - remove unused methods (Jobs::JobPostingController#closed)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:159 - remove unused methods (Jobs::JobPostingController#close_job)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:197 - remove unused methods (Jobs::JobPostingController#dismiss_application)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:209 - remove unused methods (Jobs::JobPostingController#action_with_uuid)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:297 - remove unused methods (Jobs::JobPostingController#active_until_defined?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/job_posting_controller.rb:318 - remove unused methods (Jobs::JobPostingController#pet_care?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/providers/job_application_controller.rb:108 - remove unused methods (Jobs::Providers::JobApplicationController#filter)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/search_controller.rb:133 - remove unused methods (Jobs::SearchController#empty_zip_code_text)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seo_controller.rb:20 - remove unused methods (Jobs::SeoController#job_type_landing)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seo_controller.rb:39 - remove unused methods (Jobs::SeoController#job_type_state)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seo_controller.rb:51 - remove unused methods (Jobs::SeoController#job_type_city_state)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seo_controller.rb:82 - remove unused methods (Jobs::SeoController#babysitting_jobs)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seo_controller.rb:86 - remove unused methods (Jobs::SeoController#us_jobs)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seekers/application_controller.rb:34 - remove unused methods (Jobs::Seekers::ApplicationController#dismiss)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/seekers/application_controller.rb:50 - remove unused methods (Jobs::Seekers::ApplicationController#undismiss)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/providers/management_controller.rb:19 - remove unused methods (Account::Providers::ManagementController#review_respond)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/providers/management_controller.rb:46 - remove unused methods (Account::Providers::ManagementController#profile_type)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/providers/background_check/access_controller.rb:21 - remove unused methods (Account::Providers::BackgroundCheck::AccessController#grant_access)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/providers/background_check/access_controller.rb:26 - remove unused methods (Account::Providers::BackgroundCheck::AccessController#revoke_access)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/subscriptions_controller.rb:9 - remove unused methods (Account::SubscriptionsController#check_active_subscription)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/subscription_settings_controller.rb:23 - remove unused methods (Account::SubscriptionSettingsController#reactivate)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/seekers/upgrade_controller.rb:21 - remove unused methods (Account::Seekers::UpgradeController#create_subscription)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account/reactivation_controller.rb:5 - remove unused methods (Account::ReactivationController#reactivate)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/background_checks/sponsored_checks_controller.rb:185 - remove unused methods (BackgroundChecks::SponsoredChecksController#site_section)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/background_checks/order_submission_controller.rb:46 - remove unused methods (BackgroundChecks::OrderSubmissionController#decline_offer)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:30 - remove unused methods (AccountController#deactivate)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:51 - remove unused methods (AccountController#settings_submit)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:71 - remove unused methods (AccountController#settings_authentication_submit)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:87 - remove unused methods (AccountController#settings_volunteer_submit)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:98 - remove unused methods (AccountController#third_party_connect)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/account_controller.rb:146 - remove unused methods (AccountController#third_party_disconnect)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/messaging/mailboxes_controller.rb:80 - remove unused methods (Messaging::MailboxesController#confirm_delete)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/messaging/mailboxes_controller.rb:88 - remove unused methods (Messaging::MailboxesController#bulk_delete)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/location_helper.rb:12 - remove unused methods (LocationHelper#chime_promo_active?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/location_helper.rb:23 - remove unused methods (LocationHelper#valid_state?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/location_helper.rb:27 - remove unused methods (LocationHelper#valid_city_state?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/location_helper.rb:39 - remove unused methods (LocationHelper#valid_job_state?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/location_helper.rb:43 - remove unused methods (LocationHelper#valid_job_city_state?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/components_helper.rb:2 - remove unused methods (ComponentsHelper#dropdown_button)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/promotion_helper.rb:4 - remove unused methods (PromotionHelper#prospecting_chime_path)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/registration_helper.rb:30 - remove unused methods (RegistrationHelper#profile_general_helper)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/registration_helper.rb:73 - remove unused methods (RegistrationHelper#care_type_options)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_cache_helper.rb:26 - remove unused methods (SeoCacheHelper#nearby_cities_seo_cache_key)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/account_settings_helper.rb:2 - remove unused methods (AccountSettingsHelper#member_role)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:36 - remove unused methods (SeoHelper#seo_canonical_link_tag)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:59 - remove unused methods (SeoHelper#split_list_by_rows)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:67 - remove unused methods (SeoHelper#create_slug)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:79 - remove unused methods (SeoHelper#seo_care_type)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:91 - remove unused methods (SeoHelper#seo_landing_link)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:95 - remove unused methods (SeoHelper#seo_country_link)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/seo_helper.rb:109 - remove unused methods (SeoHelper#top_cities_by_column)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/job_posting_helper.rb:4 - remove unused methods (JobPostingHelper#view_job_type)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/job_posting_helper.rb:8 - remove unused methods (JobPostingHelper#view_job_schedule)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/job_posting_helper.rb:24 - remove unused methods (JobPostingHelper#hourly_rate_to_s)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/job_posting_helper.rb:40 - remove unused methods (JobPostingHelper#forms_errors)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:15 - remove unused methods (ApplicationHelper#build_browser_title)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:55 - remove unused methods (ApplicationHelper#load_external_js?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:71 - remove unused methods (ApplicationHelper#nav_link_to)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:82 - remove unused methods (ApplicationHelper#merge_hashes)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:140 - remove unused methods (ApplicationHelper#masthead_format_username)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:156 - remove unused methods (ApplicationHelper#age)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:166 - remove unused methods (ApplicationHelper#on_profile_search_page?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:170 - remove unused methods (ApplicationHelper#on_job_search_page?)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:182 - remove unused methods (ApplicationHelper#single_content_for)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/helpers/application_helper.rb:258 - remove unused methods (ApplicationHelper#page_object_name)
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/selectplus/_content.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/selectplus/_footer.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/selectplus/_footer.html.erb:6 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/selectplus/_footer.html.erb:7 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/pages/_terms.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/pages/_terms.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/_member_form_provider.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/_member_form_provider.html.erb:74 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_now_flow.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_now_flow.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_now_flow.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_now_flow.html.erb:70 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_now_flow.html.erb:73 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_to_contact.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_to_contact.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_to_contact.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_to_contact.html.erb:70 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_to_contact.html.erb:73 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_default.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_default.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_default.html.erb:84 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_default.html.erb:133 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/_create_job_page_title.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/_provider_account_info_forms.html.erb:27 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/_create_job_page_sub_header.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/seeker_confirmation/_no_job.html.erb:13 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/shared/_show_draft_status.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/shared/_profile_complete.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_detail_references.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_babysitter_and_nanny_availability.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_babysitter_and_nanny_availability.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_babysitter_and_nanny_availability.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_overview.html.erb:74 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_overview.html.erb:82 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_overview.html.erb:84 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_overview.html.erb:96 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:16 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:16 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_scrollbar.html.erb:39 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_profile_data.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_profile_data.html.erb:17 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_profile_data.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_profile_data.html.erb:36 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:16 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:27 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:28 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_biography.html.erb:29 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_availability.html.erb:31 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_availability.html.erb:31 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_availability.html.erb:32 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_availability.html.erb:32 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_sidebar.html.erb:80 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:22 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:24 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:63 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_layout_content.html.erb:78 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_post_a_job.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_post_a_job.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_post_a_job.html.erb:13 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_footer.html.erb:6 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_footer.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_footer.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_footer.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_footer.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_footer.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/frequent_questions/_care_type_faqs.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/frequent_questions/_care_type_faqs.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/frequent_questions/_care_type_faqs.html.erb:13 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/frequent_questions/_care_type_faqs.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:6 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:24 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_city_landing_page_header.html.erb:26 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_ad_banners.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_ad_banners.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/_ad_banners.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_experience_forms.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_babysitter_availability_forms.html.erb:60 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_additional_services_forms.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_additional_services_forms.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_additional_services_forms.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_additional_services_forms.html.erb:29 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_nanny_profile_forms.html.erb:36 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_nanny_availability_forms.html.erb:27 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_babysitter_profile_forms.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/child_care/_professional_skills_forms.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/housekeeping/_experience_and_qualifications.html.erb:11 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/housekeeping/_bio_and_preferences.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/housekeeping/_availability.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/companion_care/_experience_forms.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/companion_care/_additional_services_forms.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/companion_care/_additional_services_forms.html.erb:11 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/companion_care/_profile_forms.html.erb:38 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/companion_care/_professional_skills_forms.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/companion_care/_availability_forms.html.erb:25 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/pet_care/_experience_forms.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/pet_care/_availability_forms.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/_professional_skills_forms.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_selections.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_payment.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_payment.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_payment.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_payment.html.erb:7 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_payment.html.erb:39 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/seeker/_plan_payment.html.erb:82 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_segment_page.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_segment_page.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_segment_page.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_meta.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/tracking/chartable/_premium.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/tracking/chartable/_premium.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/tracking/_transaction.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/tracking/_transaction.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_javascript.erb:22 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:7 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:13 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:16 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:17 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:22 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_identify.html.erb:24 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_events.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_events.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_events.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:13 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:16 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:17 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:29 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_account_created.html.erb:33 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_segment_track_sitter_profile_completed.html.erb:4 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_user_registration.html.erb:87 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/postie/_track_premium.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/postie/_track_premium.html.erb:16 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/postie/_track_premium.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/postie/_track_premium.html.erb:30 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/postie/_track_premium.html.erb:34 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/identify/_verify_identity_submit.html.erb:61 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/background_check/_order_summary.html.erb:51 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_special_needs_schedule.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_babysitter_schedule.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_housekeeping_bedrooms.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_services_petcare.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_housekeeping_services.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_child_care_family.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_description.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_description.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_description.html.erb:13 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_description.html.erb:26 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_description.html.erb:30 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_nanny_schedule.html.erb:24 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_care_recipient.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_special_needs_family.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/_job_application.html.erb:29 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/_applications_list.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/_applications_list.html.erb:6 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/providers/job_application/_application_form.html.erb:78 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_status.html.erb:7 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_overlay.html.erb:71 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_overlay.html.erb:85 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_details.html.erb:79 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_details.html.erb:88 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_details.html.erb:95 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_details.html.erb:98 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_register_or_login.html.erb:6 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:18 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:22 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:62 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/_search_layout_content.html.erb:76 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/_faq.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/_faq.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/_faq.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/_seo_locales.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/_seo_locales.html.erb:22 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/_select_bgc_plan.html.erb:12 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_offers_list.html.erb:9 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_offers_list.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_offers_list.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_offers_list.html.erb:27 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_decline_modal.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_decline_modal.html.erb:7 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_decline_modal.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:31 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:33 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:36 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:41 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:58 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:59 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:74 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:75 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/featured_sitter/_featured_sitter_payment.html.erb:76 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_edit_authentication.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_edit_authentication.html.erb:8 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_edit_authentication.html.erb:11 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_edit_authentication.html.erb:17 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_edit_authentication.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_edit_authentication.html.erb:27 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_deactivation_modal.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_deactivation_modal.html.erb:14 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/_deactivation_modal.html.erb:15 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/modules/_search_form_module.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/modules/_search_form_module.html.erb:6 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_checkr_form.erb:110 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/messaging/mailboxes/_pagination.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_non_clickable_progress_tracking.html.erb:31 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_non_clickable_progress_tracking.html.erb:32 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_skip.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_skip.html.erb:3 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:2 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:10 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:19 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:20 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:21 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:22 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:23 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:24 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:25 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:26 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/page_flow/_page.html.erb:27 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/_errors.html.erb:1 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/_errors.html.erb:5 - replace instance variable with local variable
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/home/landing.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_job.html.erb:44 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/checkr_bgc_selection.html.erb:69 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/care_type_city_state.html.erb:25 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/care_type_city_state.html.erb:36 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/seo/care_type_city_state.html.erb:37 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/brighthorizons.html.erb:21 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/military_onesource.html.erb:18 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/nationalgrid.html.erb:18 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/bright_horizons_v2.html.erb:18 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/chicago_responders.html.erb:18 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/master.html.erb:34 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/master.html.erb:48 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/master.html.erb:58 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/master.html.erb:60 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/master.html.erb:63 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/application_no_js.html.erb:36 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/cms_layouts/article.html.erb:29 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/cms_layouts/article.html.erb:35 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/home.html.erb:9 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/home.html.erb:28 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/home.html.erb:42 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/home.html.erb:45 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/templates/dashboard.html.erb:6 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/templates/popup.html.erb:43 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/templates/popup.html.erb:50 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/templates/popup.html.erb:53 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/templates/popup.html.erb:60 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/babysitter_tips.html.erb:17 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/find_a_sitter.html.erb:17 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/summer_sitters.html.erb:17 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/child_care_definitions.html.erb:19 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/hiring_a_babysitter.html.erb:17 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_javascript.erb:21 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/complete/complete.html.erb:12 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/complete/complete.html.erb:24 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/complete/complete.html.erb:33 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/complete/complete.html.erb:42 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/applications.html.erb:23 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/applications.html.erb:26 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/applications.html.erb:30 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/reopen_job.html.erb:24 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/_job_item.html.erb:70 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/edit.html.erb:24 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/new.html.erb:20 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/_applications_list.html.erb:2 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/job_list.html.erb:61 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/providers/job_application/index.html.erb:40 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/providers/job_application/show.html.erb:8 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/providers/job_application/show.html.erb:9 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/show.html.erb:41 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/show.html.erb:49 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/search_job.html.erb:43 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/search_job.html.erb:63 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/_show.html.erb:5 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/_show.html.erb:8 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/_show.html.erb:9 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/notification_settings/edit.html.erb:16 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/index_checkr.html.erb:41 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/settings.html.erb:16 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/settings.html.erb:98 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/subscription_settings/show.html.erb:7 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/subscription_settings/show.html.erb:42 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/sponsored_checks/new.html.erb:47 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/checkr_whats_covered.html.erb:69 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/checkr_whats_covered.html.erb:73 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/checkr_whats_covered.html.erb:76 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/messaging/mailboxes/list.html.erb:46 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/messaging/mailboxes/list.html.erb:112 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/messaging/conversations/new.html.erb:29 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/selecting_location.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/selecting_location.html.erb:12 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_facebook_confirm_email.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_facebook_confirm_email.html.erb:6 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_group.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_group.html.erb:10 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_email.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_email.html.erb:6 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_name.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_name.html.erb:8 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/selecting_care_type.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/selecting_regularity.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/create_account_start.html.erb:1 - simplify render in views
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/corporate/registration_controller.rb:49 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/session_controller.rb:17 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/background_check_order_controller.rb:36 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/sitter/background_check_controller.rb:51 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/jobs/show_controller.rb:83 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/background_checks/sponsored_checks_controller.rb:36 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/controllers/concerns/authentication_concerns.rb:10 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/brighthorizons.html.erb:55 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/portal_pages/wsustudent.html.erb:10 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/corporate/portal_pages/ucstudent.html.erb:6 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/_checkr_bgc_purchase.html.erb:26 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/checkr_personal_info.html.erb:17 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_now_flow.html.erb:62 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_join_to_contact.html.erb:62 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/create_seeker/_default.html.erb:156 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/checkr_bgc_selection.html.erb:35 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/seeker_confirmation.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/registration/pages/id_verification_modal.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/customer_service/ticket/new.html.erb:10 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/components/_favorite_toggle_links.html.erb:3 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sidebar/_profile_sidebar.html.erb:22 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sidebar/_social_sharing.html.erb:25 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_pet_care_profile_data.html.erb:5 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_special_needs_section.html.erb:13 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/references/index.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_education.html.erb:2 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_trust_safety.html.erb:4 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_background_check_report.html.erb:9 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_sidebar.html.erb:82 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_experience.html.erb:36 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/sitter_profile/_ratings.html.erb:46 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_reviews_section.html.erb:5 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_qualifications.html.erb:8 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/search/_search_results.html.erb:39 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_profile_photo_badge.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_babysitter_profile_data.html.erb:4 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_nanny_profile_data.html.erb:5 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/_profile_details.html.erb:14 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/reviews/_popover.html.erb:4 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/reviews/_review.html.erb:9 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/reviews/_write.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/reviews/_page.html.erb:2 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/provider/reviews/_details.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/profile/pages/provider/photo.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/nationalgrid.html.erb:95 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/corporate/bright_horizons_v2.html.erb:89 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/layouts/templates/messaging.html.erb:7 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/nanny/profile_edit/get_availability.html.erb:75 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/shared/_profile_references.html.erb:76 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/babysitter/profile_edit/get_availability.html.erb:116 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/edit_profile_availability.html.erb:10 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/account_settings_provider.html.erb:41 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/edit_profile_professional_skills.html.erb:42 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/edit_profile_additional_services.html.erb:8 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/edit_profile_nanny_availability.html.erb:10 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/edit_profile_bio.html.erb:20 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/static/edit_profile_experience.html.erb:10 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/mobile/account_settings/get_provider.html.erb:77 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/find_your_nanny_rules.html.erb:61 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/giftcardoffer.html.erb:23 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/static/interview_questions.html.erb:23 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_polling.html.erb:18 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_zendesk_support_widget.erb:9 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_double_click_leaderboard.erb:8 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/_double_click_skyscraper.erb:8 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/application/header/_nav_dropdown.html.erb:29 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/identify/_verify_identity_submit.html.erb:30 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/complete/job_confirm.html.erb:7 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/background_check/_order_summary.html.erb:3 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/background_check/_payment_form.html.erb:77 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/background_check/_order_submission_form.html.erb:162 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/background_check/submitted.erb:3 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/account/form.html.erb:48 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/sitter/background_check_order/personal_info.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_post_interstitial/show_interstitial.html.erb:6 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_housekeeping_location_rates.erb:11 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_babysitter_location_rates.erb:14 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/job_posting/fields/_special_needs_location_rates.erb:19 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/overlays/_general_icon_modal.html.erb:6 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_overlay.html.erb:42 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/show/_job_schedule.erb:41 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/_similar_jobs.html.erb:12 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/search/search.html.erb:11 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/_show.html.erb:31 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/_faq.html.erb:34 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/jobs/seo/job_type.html.erb:3 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_checkr_report.html.erb:13 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/providers/background_check/index/_offer.html.erb:8 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/account/seekers/_edit_form.erb:5 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/modules/providers/_job_application_tip.html.erb:4 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/sponsored_checks/_choices.html.erb:29 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_badge_display_section.html.erb:20 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_whats_covered_section.html.erb:5 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/whats_covered.html.erb:31 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/order_submission/personal_info.html.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/order_submission/confirmation.html.erb:19 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_order_summary.html.erb:3 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_payment_form.html.erb:77 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_order_submission_form.html.erb:162 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/checkr_whats_covered.html.erb:182 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/background_checks/_checkr_form.erb:1 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/messaging/conversations/new.html.erb:9 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/app/views/prospecting/_location_field.html.erb:23 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/tasks/datafix/cancel_all_sterling_bgc_offers.rake:13 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/tasks/datafix/create_admin_notes_for_sterling_bgcs.rake:25 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/profile/provider/background_checks/dates.rb:8 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sitter/context/create_account.rb:30 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sitter/context/finished_onboarding.rb:3 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sitter/context/create_profile/create_babysitter_profile.rb:56 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sitter/context/create_profile/create_nanny_profile.rb:56 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sitter/context/completed_background_check.rb:7 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sitter/context/verify_sitter.rb:13 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sittercity/sift/context/terminate_account.rb:23 - remove trailing whitespace
/Users/kPerez/dev/ruby/empire-monorepo/sittercity/lib/sittercity/schema/formatters/contentful_faq_schema.rb:6 - remove trailing whitespace

Please go to https://rails-bestpractices.com to see more useful Rails Best Practices.

Found 733 warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment