[ELITERT-1198] Add action to run Ruby linters #18
Annotations
5 warnings
Run Rubocop:
lib/something.rb#L5
[rubocop] reported by reviewdog 🐶
Assignment Branch Condition size for do_something is too high. [<4, 20, 16> 25.92/17]
Raw Output:
lib/something.rb:5:3: C: Metrics/AbcSize: Assignment Branch Condition size for do_something is too high. [<4, 20, 16> 25.92/17]
|
Run Rubocop:
lib/something.rb#L5
[rubocop] reported by reviewdog 🐶
Cyclomatic complexity for do_something is too high. [16/7]
Raw Output:
lib/something.rb:5:3: C: Metrics/CyclomaticComplexity: Cyclomatic complexity for do_something is too high. [16/7]
|
Run Rubocop:
lib/something.rb#L5
[rubocop] reported by reviewdog 🐶
Method has too many lines. [23/15]
Raw Output:
lib/something.rb:5:3: C: Metrics/MethodLength: Method has too many lines. [23/15]
|
Run Rubocop:
lib/something.rb#L5
[rubocop] reported by reviewdog 🐶
Perceived complexity for do_something is too high. [14/8]
Raw Output:
lib/something.rb:5:3: C: Metrics/PerceivedComplexity: Perceived complexity for do_something is too high. [14/8]
|
Run Rubocop:
lib/something.rb#L5
[rubocop] reported by reviewdog 🐶
Avoid parameter lists longer than 5 parameters. [7/5]
Raw Output:
lib/something.rb:5:19: C: Metrics/ParameterLists: Avoid parameter lists longer than 5 parameters. [7/5]
|
Loading