Skip to content

Get rid of decorated select altogether

Sign in for the full log view
GitHub Actions / rubocop failed Dec 20, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (3)

lib/primer/open_project/forms/autocompleter.rb|23 col 9| Assignment Branch Condition size for extend_autocomplete_inputs is too high. [<9, 19, 6> 21.86/17]
lib/primer/open_project/forms/autocompleter.rb|38 col 1| Extra blank line detected.
lib/primer/open_project/forms/autocompleter.rb|39 col 9| Expected 1 empty line between method definitions; found 2.

Filtered Findings (0)

Annotations

Check notice on line 36 in lib/primer/open_project/forms/autocompleter.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] lib/primer/open_project/forms/autocompleter.rb#L23-L36 <Metrics/AbcSize>

Assignment Branch Condition size for extend_autocomplete_inputs is too high. [<9, 19, 6> 21.86/17]
Raw output
lib/primer/open_project/forms/autocompleter.rb:23:9: C: Metrics/AbcSize: Assignment Branch Condition size for extend_autocomplete_inputs is too high. [<9, 19, 6> 21.86/17]

Check notice on line 39 in lib/primer/open_project/forms/autocompleter.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] lib/primer/open_project/forms/autocompleter.rb#L38-L39 <Layout/EmptyLines>

Extra blank line detected.
Raw output
lib/primer/open_project/forms/autocompleter.rb:38:1: C: Layout/EmptyLines: Extra blank line detected.

Check notice on line 39 in lib/primer/open_project/forms/autocompleter.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] lib/primer/open_project/forms/autocompleter.rb#L39 <Layout/EmptyLineBetweenDefs>

Expected 1 empty line between method definitions; found 2.
Raw output
lib/primer/open_project/forms/autocompleter.rb:39:9: C: Layout/EmptyLineBetweenDefs: Expected 1 empty line between method definitions; found 2.