Skip to content

[#57854] Primerised Meeting index pages #39899

[#57854] Primerised Meeting index pages

[#57854] Primerised Meeting index pages #39899

GitHub Actions / rubocop failed Oct 24, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (1)

modules/meeting/app/forms/meeting/location.rb|40 col 3| Call super to initialize state of the parent class.

Filtered Findings (0)

Annotations

Check warning on line 42 in modules/meeting/app/forms/meeting/location.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/app/forms/meeting/location.rb#L40-L42 <Lint/MissingSuper>

Call `super` to initialize state of the parent class.
Raw output
modules/meeting/app/forms/meeting/location.rb:40:3: W: Lint/MissingSuper: Call `super` to initialize state of the parent class.