Skip to content

[#6402] Warning notes on request preview #2661

[#6402] Warning notes on request preview

[#6402] Warning notes on request preview #2661

Triggered via pull request October 18, 2023 08:58
Status Success
Total duration 1m 27s
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: app/models/concerns/taggable_terms.rb#L1
[rubocop] reported by reviewdog 🐶 Style/Documentation: Missing top-level documentation comment for module TaggableTerms. Raw Output: app/models/concerns/taggable_terms.rb:1:1: C: Style/Documentation: Missing top-level documentation comment for module TaggableTerms. module TaggableTerms ^^^^^^^^^^^^^^^^^^^^
build: app/models/concerns/taggable_terms.rb#L11
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning. (https://rubystyle.guide#empty-lines-around-bodies) Raw Output: app/models/concerns/taggable_terms.rb:11:1: C: [Correctable] Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
build: app/models/concerns/taggable_terms.rb#L16
[rubocop] reported by reviewdog 🐶 [Correctable] Style/IfUnlessModifier: Modifier form of unless makes the line too long. (https://rubystyle.guide#if-as-a-modifier) Raw Output: app/models/concerns/taggable_terms.rb:16:32: C: [Correctable] Style/IfUnlessModifier: Modifier form of unless makes the line too long. (https://rubystyle.guide#if-as-a-modifier) remove_tag(tag.to_s) unless tag_applied_via_other_taggable_term?(tag, attr) ^^^^^^
build: app/models/concerns/taggable_terms.rb#L16
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/LineLength: Line is too long. [85/80] (https://rubystyle.guide#max-line-length) Raw Output: app/models/concerns/taggable_terms.rb:16:81: C: [Correctable] Layout/LineLength: Line is too long. [85/80] (https://rubystyle.guide#max-line-length) remove_tag(tag.to_s) unless tag_applied_via_other_taggable_term?(tag, attr) ^^^^^
build: spec/models/concerns/taggable_terms.rb#L1
[rubocop] reported by reviewdog 🐶 Layout/LineLength: Line is too long. [83/80] (https://rubystyle.guide#max-line-length) Raw Output: spec/models/concerns/taggable_terms.rb:1:81: C: Layout/LineLength: Line is too long. [83/80] (https://rubystyle.guide#max-line-length) RSpec.shared_examples 'concerns/taggable_terms' do |*factory_opts, attr_under_test| ^^^
build: spec/models/outgoing_message_spec.rb#L30
[rubocop] reported by reviewdog 🐶 Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length) Raw Output: spec/models/outgoing_message_spec.rb:30:81: C: Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length) :initial_request, { body: 'I would like some trains and a bus.' }, ^^^^
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/