Bump rubocop-rails from 2.28.0 to 2.29.0 #5830
Annotations
1 error and 12 warnings
lint
Process completed with exit code 1.
|
scan_ruby
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
slim-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
app/controllers/codeharbor_links_controller.rb#L67
[rubocop] reported by reviewdog 🐶
Use `expect(codeharbor_link: [:push_url, :check_uuid_url, :api_key])` instead.
Raw Output:
app/controllers/codeharbor_links_controller.rb:67:12: C: Rails/StrongParametersExpect: Use `expect(codeharbor_link: [:push_url, :check_uuid_url, :api_key])` instead.
|
lint:
app/controllers/comments_controller.rb#L78
[rubocop] reported by reviewdog 🐶
Use `expect(comment: [:text])` instead.
Raw Output:
app/controllers/comments_controller.rb:78:12: C: Rails/StrongParametersExpect: Use `expect(comment: [:text])` instead.
|
lint:
app/controllers/comments_controller.rb#L86
[rubocop] reported by reviewdog 🐶
Use `expect(comment: [:file_id, :row, :column, :text, :request_id])` instead.
Raw Output:
app/controllers/comments_controller.rb:86:12: C: Rails/StrongParametersExpect: Use `expect(comment: [:file_id, :row, :column, :text, :request_id])` instead.
|
lint:
app/controllers/internal_users_controller.rb#L115
[rubocop] reported by reviewdog 🐶
Use `expect(internal_user: [:consumer_id, :email, :name, study_group_ids: []])` instead.
Raw Output:
app/controllers/internal_users_controller.rb:115:31: C: Rails/StrongParametersExpect: Use `expect(internal_user: [:consumer_id, :email, :name, study_group_ids: []])` instead.
|
lint:
app/controllers/programming_groups_controller.rb#L109
[rubocop] reported by reviewdog 🐶
Use `expect(programming_group: [:programming_partner_ids, programming_group_membership_ids: []])` instead.
Raw Output:
app/controllers/programming_groups_controller.rb:109:12: C: Rails/StrongParametersExpect: Use `expect(programming_group: [:programming_partner_ids, programming_group_membership_ids: []])` instead.
|
lint:
app/controllers/request_for_comments_controller.rb#L174
[rubocop] reported by reviewdog 🐶
Use `expect(request_for_comment: [:exercise_id, :file_id, :question, :requested_at, :solved, :submission_id])` instead.
Raw Output:
app/controllers/request_for_comments_controller.rb:174:12: C: Rails/StrongParametersExpect: Use `expect(request_for_comment: [:exercise_id, :file_id, :question, :requested_at, :solved, :submission_id])` instead.
|
lint:
app/controllers/study_groups_controller.rb#L35
[rubocop] reported by reviewdog 🐶
Use `expect(study_group: [:name, study_group_membership_ids: []])` instead.
Raw Output:
app/controllers/study_groups_controller.rb:35:12: C: Rails/StrongParametersExpect: Use `expect(study_group: [:name, study_group_membership_ids: []])` instead.
|
lint:
app/controllers/webauthn_credential_authentication_controller.rb#L68
[rubocop] reported by reviewdog 🐶
Use `expect(webauthn_credential: [:credential])` instead.
Raw Output:
app/controllers/webauthn_credential_authentication_controller.rb:68:31: C: Rails/StrongParametersExpect: Use `expect(webauthn_credential: [:credential])` instead.
|
lint:
app/controllers/webauthn_credentials_controller.rb#L124
[rubocop] reported by reviewdog 🐶
Use `expect(webauthn_credential: [:credential, :label])` instead.
Raw Output:
app/controllers/webauthn_credentials_controller.rb:124:12: C: Rails/StrongParametersExpect: Use `expect(webauthn_credential: [:credential, :label])` instead.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|