Disable manual upload on closed requests. #2554
Annotations
4 warnings
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'
^^^^
|
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') }
^^^^^^^^^^^^^^^^^
|
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')
^^^^^^^^^^^^^^^^^^^^^^
|
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/
|
The logs for this run have expired and are no longer available.
Loading