Pathogen: Tabs #6007
Annotations
5 warnings
runner / rubocop:
embedded_gems/pathogen/app/components/pathogen/tab.rb#L4
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class Pathogen::Tab`.
Raw Output:
embedded_gems/pathogen/app/components/pathogen/tab.rb:4:3: C: Style/Documentation: Missing top-level documentation comment for `class Pathogen::Tab`.
|
runner / rubocop:
embedded_gems/pathogen/app/components/pathogen/tab.rb#L11
[rubocop] reported by reviewdog 🐶
Avoid parameter lists longer than 5 parameters. [6/5]
Raw Output:
embedded_gems/pathogen/app/components/pathogen/tab.rb:11:19: C: Metrics/ParameterLists: Avoid parameter lists longer than 5 parameters. [6/5]
|
runner / rubocop:
embedded_gems/pathogen/app/components/pathogen/tabs_panel.rb#L4
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class Pathogen::TabsPanel`.
Raw Output:
embedded_gems/pathogen/app/components/pathogen/tabs_panel.rb:4:3: C: Style/Documentation: Missing top-level documentation comment for `class Pathogen::TabsPanel`.
|
runner / rubocop:
test/components/pathogen/tabs_panel_test.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
test/components/pathogen/tabs_panel_test.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
test/components/previews/pathogen_tabs_panel_preview.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
test/components/previews/pathogen_tabs_panel_preview.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|