[#6402] Warning notes on request preview #2668
Annotations
3 warnings
build:
app/models/concerns/taggable_terms.rb#L70
[rubocop] reported by reviewdog 🐶
Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - memo.
Raw Output:
app/models/concerns/taggable_terms.rb:70:67: W: Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - memo.
taggable_terms.each_with_object(memo) do |(attr, terms_tags), memo|
^^^^
|
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
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/
|