A11Y + Template Enhancements #31
linters.yml
on: pull_request
runner / pylint
6s
runner / black
18s
runner / markdownlint
17s
runner / rubocop
18s
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:
Gemfile#L24
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
Gemfile:24:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
runner / rubocop:
Gemfile#L24
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
Gemfile:24:31: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
runner / rubocop:
_plugins/config_validator.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
_plugins/config_validator.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
_plugins/config_validator.rb#L6
[rubocop] reported by reviewdog 🐶
Use 2 (not 1) spaces for indentation.
Raw Output:
_plugins/config_validator.rb:6:3: C: Layout/IndentationWidth: Use 2 (not 1) spaces for indentation.
|
runner / rubocop:
_plugins/config_validator.rb#L15
[rubocop] reported by reviewdog 🐶
Extra blank line detected.
Raw Output:
_plugins/config_validator.rb:15:1: C: Layout/EmptyLines: Extra blank line detected.
|
runner / rubocop:
_plugins/config_validator.rb#L16
[rubocop] reported by reviewdog 🐶
Expected 1 empty line between module definitions; found 2.
Raw Output:
_plugins/config_validator.rb:16:1: C: Layout/EmptyLineBetweenDefs: Expected 1 empty line between module definitions; found 2.
|
runner / rubocop:
_plugins/config_validator.rb#L17
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class Jekyll::ConfigValidator`.
Raw Output:
_plugins/config_validator.rb:17:3: C: Style/Documentation: Missing top-level documentation comment for `class Jekyll::ConfigValidator`.
|
runner / rubocop:
_plugins/config_validator.rb#L19
[rubocop] reported by reviewdog 🐶
Freeze mutable objects assigned to constants.
Raw Output:
_plugins/config_validator.rb:19:19: C: Style/MutableConstant: Freeze mutable objects assigned to constants.
|
runner / rubocop:
_plugins/config_validator.rb#L19
[rubocop] reported by reviewdog 🐶
Use `%w` or `%W` for an array of words.
Raw Output:
_plugins/config_validator.rb:19:19: C: Style/WordArray: Use `%w` or `%W` for an array of words.
|
runner / rubocop:
_plugins/config_validator.rb#L20
[rubocop] reported by reviewdog 🐶
Freeze mutable objects assigned to constants.
Raw Output:
_plugins/config_validator.rb:20:23: C: Style/MutableConstant: Freeze mutable objects assigned to constants.
|