Skip to content

Drop in MetPy docs workflow #935

Drop in MetPy docs workflow

Drop in MetPy docs workflow #935

Triggered via pull request November 1, 2024 21:08
Status Failure
Total duration 30s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Flake8: ci/filter_links.py#L1
[flake8] reported by reviewdog 🐶 C801 Copyright notice not present. Raw Output: ./ci/filter_links.py:1:2: C801 Copyright notice not present.
Flake8: ci/filter_links.py#L31
[flake8] reported by reviewdog 🐶 T201 print found. Raw Output: ./ci/filter_links.py:31:9: T201 print found.
Flake8: ci/filter_links.py#L33
[flake8] reported by reviewdog 🐶 E731 do not assign a lambda expression, use a def Raw Output: ./ci/filter_links.py:33:9: E731 do not assign a lambda expression, use a def
Flake8: ci/filter_links.py#L35
[flake8] reported by reviewdog 🐶 T201 print found. Raw Output: ./ci/filter_links.py:35:9: T201 print found.
Flake8: ci/filter_links.py#L36
[flake8] reported by reviewdog 🐶 E731 do not assign a lambda expression, use a def Raw Output: ./ci/filter_links.py:36:9: E731 do not assign a lambda expression, use a def
Flake8: ci/filter_links.py#L42
[flake8] reported by reviewdog 🐶 T201 print found. Raw Output: ./ci/filter_links.py:42:13: T201 print found.
Flake8: ci/filter_links.py#L42
[flake8] reported by reviewdog 🐶 Q000 Double quotes found but single quotes preferred Raw Output: ./ci/filter_links.py:42:27: Q000 Double quotes found but single quotes preferred
Flake8: ci/filter_links.py#L42
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./ci/filter_links.py:42:39: E231 missing whitespace after ':'
Flake8: ci/filter_links.py#L42
[flake8] reported by reviewdog 🐶 Q000 Double quotes found but single quotes preferred Raw Output: ./ci/filter_links.py:42:46: Q000 Double quotes found but single quotes preferred
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.com/orgs/community/discussions/26680#discussioncomment-3252835
Flake8
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/