[#6402] Warning notes on request preview #2661
Annotations
7 warnings
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
^^^^^^^^^^^^^^^^^^^^
|
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)
|
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)
^^^^^^
|
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)
^^^^^
|
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|
^^^
|
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.' },
^^^^
|
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/
|
The logs for this run have expired and are no longer available.
Loading