Skip to content

Attachment background processing #2498

Attachment background processing

Attachment background processing #2498

Triggered via pull request August 2, 2023 08:17
Status Success
Total duration 1m 26s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build: spec/controllers/attachments_controller_spec.rb#L432
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains) Raw Output: spec/controllers/attachments_controller_spec.rb:432:9: C: [Correctable] Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains) .to raise_error(ActiveRecord::RecordNotFound) ^
build: spec/controllers/attachments_controller_spec.rb#L438
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains) Raw Output: spec/controllers/attachments_controller_spec.rb:438:9: C: [Correctable] Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains) .to raise_error(ActiveRecord::RecordNotFound) ^
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/