Ksagiyam/submesh core #5783
lint.yml
on: pull_request
Run linter
11s
Lint Github actions YAML files
6s
Lint dockerfiles
10s
Annotations
10 errors and 1 warning
F401:
firedrake/assemble.py#L22
firedrake/assemble.py:22:1: F401 'firedrake.ufl_expr.extract_unique_domain' imported but unused
|
E265:
firedrake/assemble.py#L1375
firedrake/assemble.py:1375:13: E265 block comment should start with '# '
|
E262:
firedrake/assemble.py#L2049
firedrake/assemble.py:2049:50: E262 inline comment should start with '# '
|
E262:
firedrake/assemble.py#L2056
firedrake/assemble.py:2056:50: E262 inline comment should start with '# '
|
E262:
firedrake/assemble.py#L2063
firedrake/assemble.py:2063:50: E262 inline comment should start with '# '
|
F401:
firedrake/checkpointing.py#L100
firedrake/checkpointing.py:100:9: F401 'warnings' imported but unused
|
E265:
firedrake/checkpointing.py#L101
firedrake/checkpointing.py:101:9: E265 block comment should start with '# '
|
E302:
firedrake/dmhooks.py#L48
firedrake/dmhooks.py:48:1: E302 expected 2 blank lines, found 1
|
F401:
firedrake/functionspace.py#L262
firedrake/functionspace.py:262:5: F401 'firedrake.mesh.MixedMeshTopology' imported but unused
|
W291:
firedrake/functionspaceimpl.py#L19
firedrake/functionspaceimpl.py:19:78: W291 trailing whitespace
|
Run linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|