Ensure pylint runs in some tests paths
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 01:31:23
| Stage: test Stage: post |
Download artifacts
No artifacts found | ||
We used to lack a __init__.py
file in various tests directories, which meant
pylint would not run
Changes proposed in this merge request:
__init__.py
file in tests/plugins
__init__.py
file in tests/remoteexecution
__init__.py
file in tests/sandboxes
Disabling the redefined-outer-name
must be done per file, as Pylint doesn't support per directory configuration.
See https://github.com/PyCQA/pylint/issues/618 for the upstream issue
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 01:31:23
| Stage: test Stage: post |
Download artifacts
No artifacts found | ||
0 |