Skip to content

Add basic Citation search #3288

Add basic Citation search

Add basic Citation search #3288

Triggered via pull request October 9, 2024 16:08
Status Success
Total duration 1m 10s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build: app/controllers/admin/citations_controller.rb#L6
[rubocop] reported by reviewdog 🐶 Use 2 (not -10) spaces for indentation. (https://rubystyle.guide#spaces-indentation) Raw Output: app/controllers/admin/citations_controller.rb:6:7: C: Layout/IndentationWidth: Use 2 (not -10) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
build: app/controllers/admin/citations_controller.rb#L7
[rubocop] reported by reviewdog 🐶 Align `else` with `if`. Raw Output: app/controllers/admin/citations_controller.rb:7:5: C: Layout/ElseAlignment: Align `else` with `if`.
build: app/controllers/admin/citations_controller.rb#L9
[rubocop] reported by reviewdog 🐶 `end` at 9, 4 is not aligned with `if` at 5, 16. Raw Output: app/controllers/admin/citations_controller.rb:9:5: W: Layout/EndAlignment: `end` at 9, 4 is not aligned with `if` at 5, 16.