Compressible vorticity #658
lint.yml
on: pull_request
Run linter
10s
Lint Github actions YAML files
5s
Annotations
10 errors and 2 warnings
F401:
gusto/diagnostics/balance.py#L6
gusto/diagnostics/balance.py:6:1: F401 'gusto.core.coord_transforms.lonlatr_from_xyz' imported but unused
|
E302:
gusto/diagnostics/balance.py#L11
gusto/diagnostics/balance.py:11:1: E302 expected 2 blank lines, found 1
|
W293:
gusto/diagnostics/balance.py#L48
gusto/diagnostics/balance.py:48:1: W293 blank line contains whitespace
|
W291:
gusto/diagnostics/balance.py#L52
gusto/diagnostics/balance.py:52:79: W291 trailing whitespace
|
E261:
gusto/diagnostics/balance.py#L63
gusto/diagnostics/balance.py:63:78: E261 at least two spaces before inline comment
|
E261:
gusto/diagnostics/balance.py#L64
gusto/diagnostics/balance.py:64:46: E261 at least two spaces before inline comment
|
E202:
gusto/diagnostics/balance.py#L65
gusto/diagnostics/balance.py:65:49: E202 whitespace before ')'
|
E261:
gusto/diagnostics/balance.py#L65
gusto/diagnostics/balance.py:65:57: E261 at least two spaces before inline comment
|
E262:
gusto/diagnostics/balance.py#L65
gusto/diagnostics/balance.py:65:58: E262 inline comment should start with '# '
|
E231:
gusto/diagnostics/balance.py#L66
gusto/diagnostics/balance.py:66:38: E231 missing whitespace after ','
|
Lint Github actions YAML files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, rbialon/flake8-annotations@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|