Annotation Pipeline #75
Annotations
10 errors and 6 warnings
Lint:
annotation_pipeline/populate_labelstudio.py#L140
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:140:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L145
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:145:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L149
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:149:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L153
[flake8] reported by reviewdog 🐶
missing whitespace after keyword
Raw Output:
./annotation_pipeline/populate_labelstudio.py:153:7: E275 missing whitespace after keyword
|
Lint:
annotation_pipeline/populate_labelstudio.py#L172
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:172:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L175
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:175:5: E265 block comment should start with '# '
|
Lint
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
|
Lint:
annotation_pipeline/populate_labelstudio.py#L179
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:179:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L190
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:190:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L201
[flake8] reported by reviewdog 🐶
block comment should start with '# '
Raw Output:
./annotation_pipeline/populate_labelstudio.py:201:5: E265 block comment should start with '# '
|
Lint:
annotation_pipeline/populate_labelstudio.py#L109
[flake8] reported by reviewdog 🐶
No whitespaces allowed surrounding docstring text
Raw Output:
./annotation_pipeline/populate_labelstudio.py:109:1: D210 No whitespaces allowed surrounding docstring text
|
Lint:
annotation_pipeline/populate_labelstudio.py#L109
[flake8] reported by reviewdog 🐶
First word of the first line should be properly capitalized
Raw Output:
./annotation_pipeline/populate_labelstudio.py:109:1: D403 First word of the first line should be properly capitalized
|
Lint:
annotation_pipeline/populate_labelstudio.py#L115
[flake8] reported by reviewdog 🐶
No whitespaces allowed surrounding docstring text
Raw Output:
./annotation_pipeline/populate_labelstudio.py:115:1: D210 No whitespaces allowed surrounding docstring text
|
Lint:
annotation_pipeline/populate_labelstudio.py#L251
[flake8] reported by reviewdog 🐶
blank line at end of file
Raw Output:
./annotation_pipeline/populate_labelstudio.py:251:1: W391 blank line at end of file
|
Lint:
common_crawler/main.py#L39
[flake8] reported by reviewdog 🐶
1 blank line required after class docstring
Raw Output:
./common_crawler/main.py:39:1: D204 1 blank line required after class docstring
|
Lint:
common_crawler/main.py#L48
[flake8] reported by reviewdog 🐶
Missing docstring in public function
Raw Output:
./common_crawler/main.py:48:1: D103 Missing docstring in public function
|