Correct spelling mistakes #2506
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 warnings
build:
app/models/info_request.rb#L372
[rubocop] reported by reviewdog 🐶
Layout/LineLength: Line is too long. [165/80] (https://rubystyle.guide#max-line-length)
Raw Output:
app/models/info_request.rb:372:81: C: Layout/LineLength: Line is too long. [165/80] (https://rubystyle.guide#max-line-length)
body: 'This is the holding pen request. It shows responses that were sent to invalid addresses, and need moving to the correct request by an administrator.',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
build:
script/update-rubocop-config.rb#L105
[rubocop] reported by reviewdog 🐶
Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
Raw Output:
script/update-rubocop-config.rb:105:81: C: Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
puts "RuboCop configuration at #{File.expand_path(CONFIG_FILE)} has been updated"
^
|
build:
spec/mailers/request_mailer_spec.rb#L1019
[rubocop] reported by reviewdog 🐶
Layout/LineLength: Line is too long. [100/80] (https://rubystyle.guide#max-line-length)
Raw Output:
spec/mailers/request_mailer_spec.rb:1019:81: C: Layout/LineLength: Line is too long. [100/80] (https://rubystyle.guide#max-line-length)
# add two comments - the second one should be ignored, as is by the user who made the request.
^^^^^^^^^^^^^^^^^^^^
|
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/
|