Seamless Learning Workshop changes #3
reviewdog.yml
on: pull_request
runner / pylint
7s
runner / black
14s
runner / markdownlint
21s
Annotations
10 errors and 2 warnings
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#L18
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 96]
Raw Output:
_modules/week-01.md:18:81 MD013/line-length Line length [Expected: 80; Actual: 96]
|
runner / markdownlint:
_modules/week-02.md#L18
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 105]
Raw Output:
_modules/week-02.md:18:81 MD013/line-length Line length [Expected: 80; Actual: 105]
|
runner / markdownlint:
_staffers/jane-doe.md#L7
[markdownlint] reported by reviewdog 🐶
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "I like teaching Computer Scien..."]
Raw Output:
_staffers/jane-doe.md:7 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "I like teaching Computer Scien..."]
|
runner / markdownlint:
_staffers/sam.md#L12
[markdownlint] reported by reviewdog 🐶
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "I like teaching Computer Scien..."]
Raw Output:
_staffers/sam.md:12 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "I like teaching Computer Scien..."]
|
runner / markdownlint:
home.md#L11
[markdownlint] reported by reviewdog 🐶
MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# Just the Class"]
Raw Output:
home.md:11 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# Just the Class"]
|
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)
|