Skip to content

Catalogue walk

Catalogue walk #829

Re-run triggered January 9, 2024 21:55
Status Failure
Total duration 31s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Flake8: src/siphon/http_util.py#L493
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./src/siphon/http_util.py:493:71: E231 missing whitespace after ':'
Flake8: src/siphon/catalog.py#L14
[flake8] reported by reviewdog 🐶 I201 Missing newline between import groups. 'import requests' is identified as Third Party and 'import re' is identified as Stdlib. Raw Output: ./src/siphon/catalog.py:14:1: I201 Missing newline between import groups. 'import requests' is identified as Third Party and 'import re' is identified as Stdlib.
Flake8: src/siphon/catalog.py#L15
[flake8] reported by reviewdog 🐶 I100 Import statements are in the wrong order. 'import warnings' should be before 'import requests' and in a different group. Raw Output: ./src/siphon/catalog.py:15:1: I100 Import statements are in the wrong order. 'import warnings' should be before 'import requests' and in a different group.
Flake8: src/siphon/catalog.py#L15
[flake8] reported by reviewdog 🐶 I201 Missing newline between import groups. 'import warnings' is identified as Stdlib and 'import requests' is identified as Third Party. Raw Output: ./src/siphon/catalog.py:15:1: I201 Missing newline between import groups. 'import warnings' is identified as Stdlib and 'import requests' is identified as Third Party.
Flake8: src/siphon/catalog.py#L395
[flake8] reported by reviewdog 🐶 D201 No blank lines allowed before function docstring Raw Output: ./src/siphon/catalog.py:395:1: D201 No blank lines allowed before function docstring
Flake8: src/siphon/catalog.py#L402
[flake8] reported by reviewdog 🐶 E501 line too long (109 > 95 characters) Raw Output: ./src/siphon/catalog.py:402:96: E501 line too long (109 > 95 characters)
Flake8: src/siphon/cdmr/ncstream.py#L143
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./src/siphon/cdmr/ncstream.py:143:60: E231 missing whitespace after ':'
Flake8: src/siphon/simplewebservice/iastate.py#L179
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./src/siphon/simplewebservice/iastate.py:179:39: E231 missing whitespace after ':'
Flake8: examples/ncss/NCSS_Cartopy_Example.py#L114
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./examples/ncss/NCSS_Cartopy_Example.py:114:60: E231 missing whitespace after ':'
Flake8
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