Skip to content

Stop duplicate log entries when closing requests. #2538

Stop duplicate log entries when closing requests.

Stop duplicate log entries when closing requests. #2538

Triggered via pull request September 7, 2023 12:51
Status Success
Total duration 1m 33s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build: app/models/info_request.rb#L550
[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: app/models/info_request.rb:550:7: C: [Correctable] Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains) .distinct ^
build: app/models/info_request.rb#L574
[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: app/models/info_request.rb:574:7: C: [Correctable] Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains) .distinct ^
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/