Skip to content

[#6384] Add admin button to delete annotations #2885

[#6384] Add admin button to delete annotations

[#6384] Add admin button to delete annotations #2885

Triggered via pull request December 21, 2023 15:51
Status Success
Total duration 1m 4s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: app/controllers/admin_comment_controller.rb#L62
[rubocop] reported by reviewdog 🐶 Use 2 (not 3) spaces for indentation. (https://rubystyle.guide#spaces-indentation) Raw Output: app/controllers/admin_comment_controller.rb:62:3: C: Layout/IndentationWidth: Use 2 (not 3) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
build: app/controllers/admin_general_controller.rb#L132
[rubocop] reported by reviewdog 🐶 Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace) Raw Output: app/controllers/admin_general_controller.rb:132:33: C: Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
build: spec/controllers/admin_comment_controller_spec.rb#L283
[rubocop] reported by reviewdog 🐶 Inconsistent indentation detected. (https://rubystyle.guide#spaces-indentation, https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions) Raw Output: spec/controllers/admin_comment_controller_spec.rb:283:7: C: Layout/IndentationConsistency: Inconsistent indentation detected. (https://rubystyle.guide#spaces-indentation, https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions)
build: spec/controllers/admin_comment_controller_spec.rb#L307
[rubocop] reported by reviewdog 🐶 Line is too long. [81/80] (https://rubystyle.guide#max-line-length) Raw Output: spec/controllers/admin_comment_controller_spec.rb:307:81: C: Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)