Fixed Specs, Refactor CSS + Use Berkeley Themes #47
linters.yml
on: pull_request
runner / pylint
16s
runner / black
16s
runner / markdownlint
19s
runner / rubocop
7s
Annotations
1 error and 3 warnings
runner / rubocop
Process completed with exit code 1.
|
runner / rubocop:
_plugins/config_validator.rb#L54
[rubocop] reported by reviewdog 🐶
Assignment Branch Condition size for validate is too high. [<2, 21, 6> 21.93/17]
Raw Output:
_plugins/config_validator.rb:54:5: C: Metrics/AbcSize: Assignment Branch Condition size for validate is too high. [<2, 21, 6> 21.93/17]
|
runner / rubocop:
_plugins/config_validator.rb#L61
[rubocop] reported by reviewdog 🐶
Convert `if` nested inside `else` to `elsif`.
Raw Output:
_plugins/config_validator.rb:61:45: C: Style/IfInsideElse: Convert `if` nested inside `else` to `elsif`.
|
runner / rubocop:
_plugins/config_validator.rb#L99
[rubocop] reported by reviewdog 🐶
Unused method argument - `color_theme`. If it's necessary, use `_` or `_color_theme` as an argument name to indicate that it won't be used. If it's unnecessary, remove it. You can also write as `validate_color_theme(*)` if you want the method to accept any arguments but don't care about them.
Raw Output:
_plugins/config_validator.rb:99:30: W: Lint/UnusedMethodArgument: Unused method argument - `color_theme`. If it's necessary, use `_` or `_color_theme` as an argument name to indicate that it won't be used. If it's unnecessary, remove it. You can also write as `validate_color_theme(*)` if you want the method to accept any arguments but don't care about them.
|