Update GitHub Actions workflows #3
linters.yml
on: pull_request
runner / pylint
7s
runner / black
17s
runner / markdownlint
18s
runner / rubocop
12s
Annotations
11 errors and 5 warnings
runner / rubocop
Process completed with exit code 1.
|
runner / markdownlint:
_announcements/week-1.md#L8
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 171]
Raw Output:
_announcements/week-1.md:8:81 MD013/line-length Line length [Expected: 80; Actual: 171]
|
runner / markdownlint:
_announcements/week-1.md#L10
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 118]
Raw Output:
_announcements/week-1.md:10:81 MD013/line-length Line length [Expected: 80; Actual: 118]
|
runner / markdownlint:
_includes/okpy.md#L1
[markdownlint] reported by reviewdog 🐶
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Use Ok to test your code:"]
Raw Output:
_includes/okpy.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Use Ok to test your code:"]
|
runner / markdownlint:
_includes/okpy.md#L3
[markdownlint] reported by reviewdog 🐶
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
Raw Output:
_includes/okpy.md:3 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
|
runner / markdownlint:
_includes/questions/another_question.md#L1
[markdownlint] reported by reviewdog 🐶
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "This is another sample questio..."]
Raw Output:
_includes/questions/another_question.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "This is another sample questio..."]
|
runner / markdownlint:
_includes/questions/sample_question.md#L1
[markdownlint] reported by reviewdog 🐶
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "This is a sample question desc..."]
Raw Output:
_includes/questions/sample_question.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "This is a sample question desc..."]
|
runner / markdownlint:
_modules/week-01.md#L6
[markdownlint] reported by reviewdog 🐶
MD042/no-empty-links No empty links [Context: "[Java & Git](#)"]
Raw Output:
_modules/week-01.md:6:3 MD042/no-empty-links No empty links [Context: "[Java & Git](#)"]
|
runner / markdownlint:
_modules/week-01.md#L7
[markdownlint] reported by reviewdog 🐶
MD042/no-empty-links No empty links [Context: "[1.1](#)"]
Raw Output:
_modules/week-01.md:7:5 MD042/no-empty-links No empty links [Context: "[1.1](#)"]
|
runner / markdownlint:
_modules/week-01.md#L10
[markdownlint] reported by reviewdog 🐶
MD042/no-empty-links No empty links [Context: "[Intro to Java](#)"]
Raw Output:
_modules/week-01.md:10:39 MD042/no-empty-links No empty links [Context: "[Intro to Java](#)"]
|
runner / markdownlint
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 / pylint:
_includes/questions/another_question.py#L1
[pylint] reported by reviewdog 🐶
C0114: Missing module docstring (missing-module-docstring)
Raw Output:
_includes/questions/another_question.py:1:0: C0114: Missing module docstring (missing-module-docstring)
|
runner / pylint:
_includes/questions/sample_question.py#L1
[pylint] reported by reviewdog 🐶
C0114: Missing module docstring (missing-module-docstring)
Raw Output:
_includes/questions/sample_question.py:1:0: C0114: Missing module docstring (missing-module-docstring)
|
runner / rubocop:
Gemfile#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
Gemfile:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
spec/accessibility_spec.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
spec/accessibility_spec.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
spec/spec_helper.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
spec/spec_helper.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|