Skip to content

create test for output_requirements #90

create test for output_requirements

create test for output_requirements #90

Re-run triggered September 27, 2023 16:49
Status Failure
Total duration 23s
Artifacts

flake8.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
Lint: tests/test_pipreqs.py#L338
[flake8] reported by reviewdog 🐶 continuation line under-indented for visual indent Raw Output: ./tests/test_pipreqs.py:338:13: E128 continuation line under-indented for visual indent
Lint: tests/test_pipreqs.py#L339
[flake8] reported by reviewdog 🐶 continuation line under-indented for visual indent Raw Output: ./tests/test_pipreqs.py:339:13: E128 continuation line under-indented for visual indent
Lint: tests/test_pipreqs.py#L340
[flake8] reported by reviewdog 🐶 continuation line under-indented for visual indent Raw Output: ./tests/test_pipreqs.py:340:13: E128 continuation line under-indented for visual indent
Lint: tests/test_pipreqs.py#L342
[flake8] reported by reviewdog 🐶 line too long (83 > 79 characters) Raw Output: ./tests/test_pipreqs.py:342:80: E501 line too long (83 > 79 characters)
Lint: tests/test_pipreqs.py#L343
[flake8] reported by reviewdog 🐶 missing whitespace after ':' Raw Output: ./tests/test_pipreqs.py:343:70: E231 missing whitespace after ':'
Lint: tests/test_pipreqs.py#L343
[flake8] reported by reviewdog 🐶 line too long (97 > 79 characters) Raw Output: ./tests/test_pipreqs.py:343:80: E501 line too long (97 > 79 characters)
Lint: tests/test_pipreqs.py#L343
[flake8] reported by reviewdog 🐶 missing whitespace after ':' Raw Output: ./tests/test_pipreqs.py:343:92: E231 missing whitespace after ':'
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
Lint
Process completed with exit code 1.
Lint: tests/test_pipreqs.py#L330
[flake8] reported by reviewdog 🐶 trailing whitespace Raw Output: ./tests/test_pipreqs.py:330:71: W291 trailing whitespace
Lint: tests/test_pipreqs.py#L333
[flake8] reported by reviewdog 🐶 trailing whitespace Raw Output: ./tests/test_pipreqs.py:333:39: W291 trailing whitespace
Lint: tests/test_pipreqs.py#L345
[flake8] reported by reviewdog 🐶 blank line contains whitespace Raw Output: ./tests/test_pipreqs.py:345:1: W293 blank line contains whitespace
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/