Skip to content

AO3-6761 Check admin roles in TagWranglingsController #1372

AO3-6761 Check admin roles in TagWranglingsController

AO3-6761 Check admin roles in TagWranglingsController #1372

Triggered via pull request November 10, 2024 15:17
Status Success
Total duration 1m 41s
Artifacts

reviewdog.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Rubocop: app/controllers/tag_wranglings_controller.rb#L12
[rubocop] reported by reviewdog 🐶 Use a guard clause (`return unless params[:show].present?`) instead of wrapping the code inside a conditional expression. Raw Output: app/controllers/tag_wranglings_controller.rb:12:5: C: Style/GuardClause: Use a guard clause (`return unless params[:show].present?`) instead of wrapping the code inside a conditional expression.