Skip to content

Disable manual upload on closed requests. #2554

Disable manual upload on closed requests.

Disable manual upload on closed requests. #2554

Triggered via pull request September 9, 2023 17:31
Status Success
Total duration 1m 40s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: app/controllers/request_controller.rb#L375
[rubocop] reported by reviewdog 🐶 Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length) Raw Output: app/controllers/request_controller.rb:375:81: C: Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length) render template: 'request/request_subtitle/allow_new_responses_from/_nobody' ^^^^
build: spec/controllers/request_controller_spec.rb#L1796
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/LineLength: Line is too long. [97/80] (https://rubystyle.guide#max-line-length) Raw Output: spec/controllers/request_controller_spec.rb:1796:81: C: [Correctable] Layout/LineLength: Line is too long. [97/80] (https://rubystyle.guide#max-line-length) let(:closed_request) { FactoryBot.create(:info_request, allow_new_responses_from: 'nobody') } ^^^^^^^^^^^^^^^^^
build: spec/controllers/request_controller_spec.rb#L1800
[rubocop] reported by reviewdog 🐶 Layout/LineLength: Line is too long. [102/80] (https://rubystyle.guide#max-line-length) Raw Output: spec/controllers/request_controller_spec.rb:1800:81: C: Layout/LineLength: Line is too long. [102/80] (https://rubystyle.guide#max-line-length) expect(response).to render_template('request/request_subtitle/allow_new_responses_from/_nobody') ^^^^^^^^^^^^^^^^^^^^^^
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/