Pathogen Rails UI Library: Initial Setup & Button Component #5866
Annotations
2 errors and 10 warnings
rubocop
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
rubocop
Process completed with exit code 1.
|
rubocop:
embedded_gems/flowbite/Gemfile#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
embedded_gems/flowbite/Gemfile:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/base_button.rb#L26
[rubocop] reported by reviewdog 🐶
Call `super` to initialize state of the parent class.
Raw Output:
embedded_gems/flowbite/app/components/flowbite/base_button.rb:26:5: W: Lint/MissingSuper: Call `super` to initialize state of the parent class.
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/base_button.rb#L26
[rubocop] reported by reviewdog 🐶
Unused method argument - `inactive`.
Raw Output:
embedded_gems/flowbite/app/components/flowbite/base_button.rb:26:75: W: Lint/UnusedMethodArgument: Unused method argument - `inactive`.
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/base_component.rb#L4
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class Flowbite::BaseComponent`.
Raw Output:
embedded_gems/flowbite/app/components/flowbite/base_component.rb:4:3: C: Style/Documentation: Missing top-level documentation comment for `class Flowbite::BaseComponent`.
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/base_component.rb#L8
[rubocop] reported by reviewdog 🐶
Call `super` to initialize state of the parent class.
Raw Output:
embedded_gems/flowbite/app/components/flowbite/base_component.rb:8:5: W: Lint/MissingSuper: Call `super` to initialize state of the parent class.
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/button.rb#L12
[rubocop] reported by reviewdog 🐶
Line is too long. [160/120]
Raw Output:
embedded_gems/flowbite/app/components/flowbite/button.rb:12:121: C: Layout/LineLength: Line is too long. [160/120]
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/button.rb#L13
[rubocop] reported by reviewdog 🐶
Line is too long. [140/120]
Raw Output:
embedded_gems/flowbite/app/components/flowbite/button.rb:13:121: C: Layout/LineLength: Line is too long. [140/120]
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/button.rb#L14
[rubocop] reported by reviewdog 🐶
Line is too long. [161/120]
Raw Output:
embedded_gems/flowbite/app/components/flowbite/button.rb:14:121: C: Layout/LineLength: Line is too long. [161/120]
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/button.rb#L15
[rubocop] reported by reviewdog 🐶
Line is too long. [264/120]
Raw Output:
embedded_gems/flowbite/app/components/flowbite/button.rb:15:121: C: Layout/LineLength: Line is too long. [264/120]
|
rubocop:
embedded_gems/flowbite/app/components/flowbite/button.rb#L16
[rubocop] reported by reviewdog 🐶
Line is too long. [228/120]
Raw Output:
embedded_gems/flowbite/app/components/flowbite/button.rb:16:121: C: Layout/LineLength: Line is too long. [228/120]
|
Loading