Mean mixing ratio augmentation #974
lint.yml
on: pull_request
Run linter
6s
Lint Github actions YAML files
7s
Annotations
10 errors and 2 warnings
E302:
gusto/core/kernels.py#L116
gusto/core/kernels.py:116:1: E302 expected 2 blank lines, found 1
|
E265:
gusto/core/kernels.py#L148
gusto/core/kernels.py:148:9: E265 block comment should start with '# '
|
E303:
gusto/core/kernels.py#L166
gusto/core/kernels.py:166:1: E303 too many blank lines (3)
|
F401:
gusto/spatial_methods/augmentation.py#L15
gusto/spatial_methods/augmentation.py:15:1: F401 'firedrake.fml.keep' imported but unused
|
F401:
gusto/spatial_methods/augmentation.py#L15
gusto/spatial_methods/augmentation.py:15:1: F401 'firedrake.fml.replace_trial_function' imported but unused
|
F401:
gusto/spatial_methods/augmentation.py#L19
gusto/spatial_methods/augmentation.py:19:1: F401 'gusto.mass_weighted' imported but unused
|
F401:
gusto/spatial_methods/augmentation.py#L23
gusto/spatial_methods/augmentation.py:23:1: F401 'gusto.spatial_methods.limiters.MixedFSLimiter' imported but unused
|
E302:
gusto/spatial_methods/augmentation.py#L27
gusto/spatial_methods/augmentation.py:27:1: E302 expected 2 blank lines, found 1
|
W291:
gusto/spatial_methods/augmentation.py#L259
gusto/spatial_methods/augmentation.py:259:67: W291 trailing whitespace
|
W291:
gusto/spatial_methods/augmentation.py#L265
gusto/spatial_methods/augmentation.py:265:62: W291 trailing whitespace
|
Run linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Github actions YAML files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|