Pylint is ignoring the ignore-paths
instruction from .pylintrc
#7108
Labels
Duplicate 🐫
Duplicate of an already existing issue
Uh oh!
There was an error while loading. Please reload this page.
Bug description
After the last release of Pylint, to version 2.14.4, Pylint is not recognizing properly the
ignore-paths
instruction from.pylintrc
It works fine from the command line.
I tested with the previous version 2.14.3 and it worked both in the command line and from
.pylintrc
Configuration
This is part of my
pyproject.toml
file[tool.poetry.dev-dependencies]
pylint = "2.14.4"
Pylint output
Expected behavior
poetry run pylint --recursive=y --ignore-paths .ignore_dir/ .
Your code has been rated at 10.00/10 (previous run: 0.00/10, +10.00)
Pylint version
OS / Environment
Ubuntu 22.04
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: