Skip to content

Fixed Specs, Refactor CSS + Use Berkeley Themes #43

Fixed Specs, Refactor CSS + Use Berkeley Themes

Fixed Specs, Refactor CSS + Use Berkeley Themes #43

Triggered via pull request August 13, 2024 10:50
@cycomacheadcycomachead
synchronize #37
styling
Status Failure
Total duration 28s
Artifacts

linters.yml

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

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: spec/accessibility_spec.rb#L27
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: spec/accessibility_spec.rb:27:12: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
runner / rubocop: spec/spec_helper.rb#L42
[rubocop] reported by reviewdog 🐶 Memoized variable `@config` does not match method name `site_config`. Use `@site_config` instead. Raw Output: spec/spec_helper.rb:42:3: C: Naming/MemoizedInstanceVariableName: Memoized variable `@config` does not match method name `site_config`. Use `@site_config` instead.
runner / rubocop: spec/spec_helper.rb#L42
[rubocop] reported by reviewdog 🐶 Remove redundant `::`. Raw Output: spec/spec_helper.rb:42:15: C: Style/RedundantConstantBase: Remove redundant `::`.
runner / rubocop: spec/spec_helper.rb#L43
[rubocop] reported by reviewdog 🐶 Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. Raw Output: spec/spec_helper.rb:43:5: C: Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis.
runner / rubocop: spec/spec_helper.rb#L44
[rubocop] reported by reviewdog 🐶 Indent the right brace the same as the first position after the preceding left parenthesis. Raw Output: spec/spec_helper.rb:44:3: C: Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis.
runner / rubocop: spec/spec_helper.rb#L47
[rubocop] reported by reviewdog 🐶 Remove redundant `::`. Raw Output: spec/spec_helper.rb:47:9: C: Style/RedundantConstantBase: Remove redundant `::`.
runner / rubocop: spec/spec_helper.rb#L49
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: spec/spec_helper.rb:49:6: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
runner / rubocop: spec/spec_helper.rb#L52
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: spec/spec_helper.rb:52:8: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
runner / rubocop: spec/spec_helper.rb#L81
[rubocop] reported by reviewdog 🐶 Assignment Branch Condition size for call is too high. [<6, 20, 7> 22.02/17] Raw Output: spec/spec_helper.rb:81:3: C: Metrics/AbcSize: Assignment Branch Condition size for call is too high. [<6, 20, 7> 22.02/17]
runner / rubocop: spec/spec_helper.rb#L81
[rubocop] reported by reviewdog 🐶 Method has too many lines. [12/10] Raw Output: spec/spec_helper.rb:81:3: C: Metrics/MethodLength: Method has too many lines. [12/10]