Skip to content

Tidy a11y specs

Tidy a11y specs #58

Triggered via pull request August 15, 2024 03:16
Status Failure
Total duration 39s
Artifacts

linters.yml

on: pull_request
runner / pylint
8s
runner / pylint
runner / black
16s
runner / black
runner / markdownlint
31s
runner / markdownlint
runner / rubocop
13s
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#L39
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: spec/accessibility_spec.rb:39:8: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
runner / rubocop: spec/accessibility_spec.rb#L46
[rubocop] reported by reviewdog 🐶 Prefer single-quoted strings when you don't need string interpolation or special symbols. Raw Output: spec/accessibility_spec.rb:46:8: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
runner / rubocop: spec/spec_helper.rb#L33
[rubocop] reported by reviewdog 🐶 Remove the redundant current directory path. Raw Output: spec/spec_helper.rb:33:19: C: Style/RedundantCurrentDirectoryInPath: Remove the redundant current directory path.
runner / rubocop: spec/spec_helper.rb#L60
[rubocop] reported by reviewdog 🐶 Useless assignment to variable - `path`. Raw Output: spec/spec_helper.rb:60:3: W: Lint/UselessAssignment: Useless assignment to variable - `path`.
runner / rubocop: spec/spec_helper.rb#L60
[rubocop] reported by reviewdog 🐶 Use `%r` around regular expression. Raw Output: spec/spec_helper.rb:60:59: C: Style/RegexpLiteral: Use `%r` around regular expression.
runner / rubocop: spec/spec_helper.rb#L61
[rubocop] reported by reviewdog 🐶 Argument ' ' is redundant because it is implied by default. Raw Output: spec/spec_helper.rb:61:40: C: Style/RedundantArgument: Argument ' ' is redundant because it is implied by default.
runner / rubocop: spec/support/jekyll.rb#L1
[rubocop] reported by reviewdog 🐶 Missing frozen string literal comment. Raw Output: spec/support/jekyll.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
runner / rubocop: spec/support/jekyll.rb#L2
[rubocop] reported by reviewdog 🐶 Unnecessary blank line at the beginning of the source. Raw Output: spec/support/jekyll.rb:2:1: C: Layout/LeadingEmptyLines: Unnecessary blank line at the beginning of the source.
runner / rubocop: spec/support/jekyll.rb#L11
[rubocop] reported by reviewdog 🐶 Space inside { missing. Raw Output: spec/support/jekyll.rb:11:41: C: Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
runner / rubocop: spec/support/jekyll.rb#L11
[rubocop] reported by reviewdog 🐶 Space inside } missing. Raw Output: spec/support/jekyll.rb:11:76: C: Layout/SpaceInsideHashLiteralBraces: Space inside } missing.