Add a boundary layer module to estimate boundary height #4831
Annotations
10 errors
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)
|
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)
|
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)
|
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)
|
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)
|
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
|
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
|
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."
|
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")
|
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
|
The logs for this run have expired and are no longer available.
Loading