Skip to content

Add a boundary layer module to estimate boundary height #4831

Add a boundary layer module to estimate boundary height

Add a boundary layer module to estimate boundary height #4831

Triggered via pull request July 31, 2024 13:12
Status Failure
Total duration 29s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Flake8: src/metpy/calc/boundarylayer.py#L9
[ruff] reported by reviewdog 🐶 E501 Line too long (100 > 95) Raw Output: src/metpy/calc/boundarylayer.py:9:96: E501 Line too long (100 > 95)
Flake8: src/metpy/calc/boundarylayer.py#L10
[ruff] reported by reviewdog 🐶 E501 Line too long (171 > 95) Raw Output: src/metpy/calc/boundarylayer.py:10:96: E501 Line too long (171 > 95)
Flake8: src/metpy/calc/boundarylayer.py#L14
[ruff] reported by reviewdog 🐶 E501 Line too long (97 > 95) Raw Output: src/metpy/calc/boundarylayer.py:14:96: E501 Line too long (97 > 95)
Flake8: src/metpy/calc/boundarylayer.py#L18
[ruff] reported by reviewdog 🐶 E501 Line too long (108 > 95) Raw Output: src/metpy/calc/boundarylayer.py:18:96: E501 Line too long (108 > 95)
Flake8: src/metpy/calc/boundarylayer.py#L22
[ruff] reported by reviewdog 🐶 E501 Line too long (140 > 95) Raw Output: src/metpy/calc/boundarylayer.py:22:96: E501 Line too long (140 > 95)
Flake8: src/metpy/calc/boundarylayer.py#L24
[ruff] reported by reviewdog 🐶 W293 Blank line contains whitespace Raw Output: src/metpy/calc/boundarylayer.py:24:1: W293 Blank line contains whitespace
Flake8: src/metpy/calc/boundarylayer.py#L38
[ruff] reported by reviewdog 🐶 D205 1 blank line required between summary line and description Raw Output: src/metpy/calc/boundarylayer.py:38:5: D205 1 blank line required between summary line and description
Flake8: src/metpy/calc/boundarylayer.py#L38
[ruff] reported by reviewdog 🐶 D401 First line of docstring should be in imperative mood: "Function that calculates the moving average with a given span." Raw Output: src/metpy/calc/boundarylayer.py:38:5: D401 First line of docstring should be in imperative mood: "Function that calculates the moving average with a given span."
Flake8: src/metpy/calc/boundarylayer.py#L53
[ruff] reported by reviewdog 🐶 D405 [*] Section name should be properly capitalized ("See also") Raw Output: src/metpy/calc/boundarylayer.py:53:5: D405 [*] Section name should be properly capitalized ("See also")
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