Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylint: Provide ignore paths for Pylint 2.14.4+ #21

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Conversation

stanislavlevin
Copy link
Owner

New pylint 2.14.4 includes fix for pylint-dev/pylint#6964, this results in our pylint
configuration for ignore-paths is no longer valid (./.tox => .tox)
and pylint fails on checking not related projects from .tox directory:

ERROR: InvocationError for command /home/runner/work/tox-console-scripts/tox-console-scripts/.tox/pylint/bin/python -m pylint -v --rcfile=/home/runner/work/tox-console-scripts/tox-console-scripts/pyproject.toml . (exited with code 30)

Fixes: #20

New pylint 2.14.4 includes fix for
pylint-dev/pylint#6964, this results in our pylint
configuration for `ignore-paths` is no longer valid (`./.tox` => `.tox`)
and pylint fails on checking not related projects from `.tox` directory:

> ERROR: InvocationError for command /home/runner/work/tox-console-scripts/tox-console-scripts/.tox/pylint/bin/python -m pylint -v --rcfile=/home/runner/work/tox-console-scripts/tox-console-scripts/pyproject.toml . (exited with code 30)

Fixes: #20
Signed-off-by: Stanislav Levin <slev@altlinux.org>
@stanislavlevin stanislavlevin merged commit ca1b2bd into main Jun 30, 2022
@stanislavlevin stanislavlevin deleted the issue_20 branch June 30, 2022 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pylint 2.14.4 and normalized paths
1 participant