Skip to content

Recurring meetings #15849

Recurring meetings

Recurring meetings #15849

GitHub Actions / rubocop failed Dec 2, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

modules/meeting/app/controllers/recurring_meetings_controller.rb|75 col 3| Assignment Branch Condition size for create is too high. [<3, 19, 2> 19.34/17]
modules/meeting/app/workers/recurring_meetings/init_next_occurrence_job.rb|81 col 27| Shadowing outer local variable - call.

Filtered Findings (0)

Annotations

Check notice on line 100 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#L75-L100 <Metrics/AbcSize>

Assignment Branch Condition size for create is too high. [<3, 19, 2> 19.34/17]
Raw output
modules/meeting/app/controllers/recurring_meetings_controller.rb:75:3: C: Metrics/AbcSize: Assignment Branch Condition size for create is too high. [<3, 19, 2> 19.34/17]

Check warning on line 81 in modules/meeting/app/workers/recurring_meetings/init_next_occurrence_job.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/app/workers/recurring_meetings/init_next_occurrence_job.rb#L81 <Lint/ShadowingOuterLocalVariable>

Shadowing outer local variable - `call`.
Raw output
modules/meeting/app/workers/recurring_meetings/init_next_occurrence_job.rb:81:27: W: Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - `call`.