Mean mixing ratio augmentation #1038
lint.yml
on: pull_request
Run linter
7s
Lint Github actions YAML files
5s
Annotations
10 errors
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.nonlinear_time_derivative' 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
|
F401:
gusto/spatial_methods/augmentation.py#L24
gusto/spatial_methods/augmentation.py:24:1: F401 'copy' 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#L261
gusto/spatial_methods/augmentation.py:261:67: W291 trailing whitespace
|