Ksagiyam/submesh core #5585
lint.yml
on: pull_request
Run linter
11s
Lint Github actions YAML files
7s
Lint dockerfiles
12s
Annotations
10 errors and 1 warning
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
|
F821:
firedrake/functionspaceimpl.py#L762
firedrake/functionspaceimpl.py:762:56: F821 undefined name 'integral_type'
|
Run linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, rbialon/flake8-annotations@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|