Pathogen Rails UI Library: Initial Setup & Button Component #5877
Annotations
2 errors and 10 warnings
runner / 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
|
runner / rubocop
Process completed with exit code 1.
|
runner / rubocop:
embedded_gems/flowbite/app/components/flowbite/icon.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
embedded_gems/flowbite/app/components/flowbite/icon.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L4
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class Flowbite::Classify`.
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:4:3: C: Style/Documentation: Missing top-level documentation comment for `class Flowbite::Classify`.
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L5
[rubocop] reported by reviewdog 🐶
Extra empty line detected at class body beginning.
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:5:1: C: Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L8
[rubocop] reported by reviewdog 🐶
Extra blank line detected.
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:8:1: C: Layout/EmptyLines: Extra blank line detected.
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L10
[rubocop] reported by reviewdog 🐶
Assignment Branch Condition size for call is too high. [<13, 25, 21> 35.14/20]
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:10:7: C: Metrics/AbcSize: Assignment Branch Condition size for call is too high. [<13, 25, 21> 35.14/20]
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L10
[rubocop] reported by reviewdog 🐶
Cyclomatic complexity for call is too high. [20/7]
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:10:7: C: Metrics/CyclomaticComplexity: Cyclomatic complexity for call is too high. [20/7]
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L10
[rubocop] reported by reviewdog 🐶
Method has too many lines. [37/15]
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:10:7: C: Metrics/MethodLength: Method has too many lines. [37/15]
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L10
[rubocop] reported by reviewdog 🐶
Perceived complexity for call is too high. [20/8]
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:10:7: C: Metrics/PerceivedComplexity: Perceived complexity for call is too high. [20/8]
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L12
[rubocop] reported by reviewdog 🐶
Block has too many lines. [30/25]
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:12:19: C: Metrics/BlockLength: Block has too many lines. [30/25]
|
runner / rubocop:
embedded_gems/flowbite/lib/flowbite/classify.rb#L13
[rubocop] reported by reviewdog 🐶
Block has too many lines. [28/25]
Raw Output:
embedded_gems/flowbite/lib/flowbite/classify.rb:13:11: C: Metrics/BlockLength: Block has too many lines. [28/25]
|