Stop duplicate log entries when closing requests. #2538
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/
|