Feature/57688 Spike testing primer React components on backlogs #21568
reviewdog [rubocop] report
reported by reviewdog 🐶
Findings (8)
lib/api/v3/backlogs/backlog_representer.rb|1 col 1| Missing magic comment # frozen_string_literal: true.
lib/api/v3/backlogs/backlogs_api.rb|1 col 1| Missing magic comment # frozen_string_literal: true.
modules/backlogs/app/controllers/rb_master_backlogs_controller.rb|39 col 7| Empty block detected.
modules/backlogs/app/controllers/rb_master_backlogs_controller.rb|39 col 20| Space inside empty braces detected.
modules/backlogs/app/controllers/rb_taskboards_controller.rb|43 col 7| Empty block detected.
modules/backlogs/app/controllers/rb_tasks_controller.rb|63 col 7| Empty block detected.
spec/lib/api/v3/backlogs/backlog_representer_spec.rb|35 col 63| Prefer using verifying doubles over normal doubles.
spec/lib/api/v3/backlogs/backlog_representer_spec.rb|39 col 11| Context description should match /^and\b/, /^as\b/, /^even\b/, /^for\b/, /^given\b/, /^having\b/, /^if\b/, /^in\b/, /^on\b/, /^to\b/, /^unless\b/, /^via\b/, /^when\b/, /^with\b/, /^within\b/, or /^without\b/.
Filtered Findings (0)
Annotations
Check notice on line 1 in lib/api/v3/backlogs/backlog_representer.rb
github-actions / rubocop
[rubocop] lib/api/v3/backlogs/backlog_representer.rb#L1 <Style/FrozenStringLiteralComment>
Missing magic comment `# frozen_string_literal: true`.
Raw output
lib/api/v3/backlogs/backlog_representer.rb:1:1: C: Style/FrozenStringLiteralComment: Missing magic comment `# frozen_string_literal: true`.
Check notice on line 1 in lib/api/v3/backlogs/backlogs_api.rb
github-actions / rubocop
[rubocop] lib/api/v3/backlogs/backlogs_api.rb#L1 <Style/FrozenStringLiteralComment>
Missing magic comment `# frozen_string_literal: true`.
Raw output
lib/api/v3/backlogs/backlogs_api.rb:1:1: C: Style/FrozenStringLiteralComment: Missing magic comment `# frozen_string_literal: true`.
Check warning on line 39 in modules/backlogs/app/controllers/rb_master_backlogs_controller.rb
github-actions / rubocop
[rubocop] modules/backlogs/app/controllers/rb_master_backlogs_controller.rb#L39 <Lint/EmptyBlock>
Empty block detected.
Raw output
modules/backlogs/app/controllers/rb_master_backlogs_controller.rb:39:7: W: Lint/EmptyBlock: Empty block detected.
Check notice on line 39 in modules/backlogs/app/controllers/rb_master_backlogs_controller.rb
github-actions / rubocop
[rubocop] modules/backlogs/app/controllers/rb_master_backlogs_controller.rb#L39 <Layout/SpaceInsideBlockBraces>
Space inside empty braces detected.
Raw output
modules/backlogs/app/controllers/rb_master_backlogs_controller.rb:39:20: C: Layout/SpaceInsideBlockBraces: Space inside empty braces detected.
Check warning on line 43 in modules/backlogs/app/controllers/rb_taskboards_controller.rb
github-actions / rubocop
[rubocop] modules/backlogs/app/controllers/rb_taskboards_controller.rb#L43 <Lint/EmptyBlock>
Empty block detected.
Raw output
modules/backlogs/app/controllers/rb_taskboards_controller.rb:43:7: W: Lint/EmptyBlock: Empty block detected.
Check warning on line 64 in modules/backlogs/app/controllers/rb_tasks_controller.rb
github-actions / rubocop
[rubocop] modules/backlogs/app/controllers/rb_tasks_controller.rb#L63-L64 <Lint/EmptyBlock>
Empty block detected.
Raw output
modules/backlogs/app/controllers/rb_tasks_controller.rb:63:7: W: Lint/EmptyBlock: Empty block detected.
Check notice on line 35 in spec/lib/api/v3/backlogs/backlog_representer_spec.rb
github-actions / rubocop
[rubocop] spec/lib/api/v3/backlogs/backlog_representer_spec.rb#L35 <RSpec/VerifiedDoubles>
Prefer using verifying doubles over normal doubles.
Raw output
spec/lib/api/v3/backlogs/backlog_representer_spec.rb:35:63: C: RSpec/VerifiedDoubles: Prefer using verifying doubles over normal doubles.
Check notice on line 39 in spec/lib/api/v3/backlogs/backlog_representer_spec.rb
github-actions / rubocop
[rubocop] spec/lib/api/v3/backlogs/backlog_representer_spec.rb#L39 <RSpec/ContextWording>
Context description should match /^and\b/, /^as\b/, /^even\b/, /^for\b/, /^given\b/, /^having\b/, /^if\b/, /^in\b/, /^on\b/, /^to\b/, /^unless\b/, /^via\b/, /^when\b/, /^with\b/, /^within\b/, or /^without\b/.
Raw output
spec/lib/api/v3/backlogs/backlog_representer_spec.rb:39:11: C: RSpec/ContextWording: Context description should match /^and\b/, /^as\b/, /^even\b/, /^for\b/, /^given\b/, /^having\b/, /^if\b/, /^in\b/, /^on\b/, /^to\b/, /^unless\b/, /^via\b/, /^when\b/, /^with\b/, /^within\b/, or /^without\b/.