Skip to content

[#7784] Update request URLs use url_title #2724

[#7784] Update request URLs use url_title

[#7784] Update request URLs use url_title #2724

Triggered via pull request October 27, 2023 12:30
Status Success
Total duration 1m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build: config/routes.rb#L191
[rubocop] reported by reviewdog 🐶 Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length) Raw Output: config/routes.rb:191:81: C: Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length) match '/request/:url_title/followups/new/:incoming_message_id' => 'followups#new', ^^^^
build: spec/controllers/followups_controller_spec.rb#L36
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. Raw Output: spec/controllers/followups_controller_spec.rb:36:21: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. url_title: request.url_title, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/controllers/followups_controller_spec.rb#L53
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. Raw Output: spec/controllers/followups_controller_spec.rb:53:19: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. url_title: request.url_title, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/controllers/followups_controller_spec.rb#L158
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. Raw Output: spec/controllers/followups_controller_spec.rb:158:25: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. url_title: hidden_request.url_title, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/controllers/followups_controller_spec.rb#L182
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. Raw Output: spec/controllers/followups_controller_spec.rb:182:21: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. url_title: FactoryBot.create(:external_request).url_title ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/controllers/followups_controller_spec.rb#L303
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. Raw Output: spec/controllers/followups_controller_spec.rb:303:26: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is. url_title: request.url_title, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/