Skip to content
GitHub Actions / rubocop failed Jan 31, 2025 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (3)

modules/meeting/app/controllers/recurring_meetings_controller.rb|56 col 1| Extra blank line detected.
modules/meeting/app/controllers/recurring_meetings_controller.rb|57 col 7| Inconsistent indentation detected.
modules/meeting/app/controllers/recurring_meetings_controller.rb|60 col 38| Surrounding space missing for operator =.

Filtered Findings (0)

Annotations

Check notice on line 57 in modules/meeting/app/controllers/recurring_meetings_controller.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/app/controllers/recurring_meetings_controller.rb#L56-L57 <Layout/EmptyLines>

Extra blank line detected.
Raw output
modules/meeting/app/controllers/recurring_meetings_controller.rb:56:1: C: Layout/EmptyLines: Extra blank line detected.

Check notice on line 61 in modules/meeting/app/controllers/recurring_meetings_controller.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/app/controllers/recurring_meetings_controller.rb#L57-L61 <Layout/IndentationConsistency>

Inconsistent indentation detected.
Raw output
modules/meeting/app/controllers/recurring_meetings_controller.rb:57:7: C: Layout/IndentationConsistency: Inconsistent indentation detected.

Check notice on line 60 in modules/meeting/app/controllers/recurring_meetings_controller.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/app/controllers/recurring_meetings_controller.rb#L60 <Layout/SpaceAroundOperators>

Surrounding space missing for operator `=`.
Raw output
modules/meeting/app/controllers/recurring_meetings_controller.rb:60:38: C: Layout/SpaceAroundOperators: Surrounding space missing for operator `=`.