Skip to content

Fixed Specs, Refactor CSS + Use Berkeley Themes #50

Fixed Specs, Refactor CSS + Use Berkeley Themes

Fixed Specs, Refactor CSS + Use Berkeley Themes #50

Triggered via pull request August 14, 2024 04:32
@cycomacheadcycomachead
synchronize #37
styling
Status Failure
Total duration 32s
Artifacts

linters.yml

on: pull_request
runner / pylint
9s
runner / pylint
runner / black
14s
runner / black
runner / markdownlint
21s
runner / markdownlint
runner / rubocop
7s
runner / rubocop
Fit to window
Zoom out
Zoom in

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.