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

[BUG] #578

Closed
stolikvo opened this issue Jan 14, 2023 · 1 comment
Closed

[BUG] #578

stolikvo opened this issue Jan 14, 2023 · 1 comment
Milestone

Comments

@stolikvo
Copy link

Error message: pylint: failure / Tool pylint failed to run

happens with pylint version 2.15.10

due to a bug in this code:
prospector/tools/pylint/linter.py", line 40, in _expand_files

where the next condition will be "Flase" for version "2.15.10" and above:

if pylint_version > "2.15.6":

To Reproduce Steps to reproduce the behavior:

  1. Run prospector with pylint version 2.15.10

Expected behavior Pylint should be executed

Environment (please complete the following information):

  • OS: macOS
  • Tool pylint - 2.15.10
  • Prospector version 1.8.3
  • Python version 3.9.6

Additional context Add any other context about the problem here. Putting the list of
dependencies installed, e.g. the output of pip freeze also helps.

@Pierre-Sassoulas Pierre-Sassoulas added this to the 1.8.4 milestone Jan 14, 2023
@Pierre-Sassoulas
Copy link
Collaborator

Pierre-Sassoulas commented Jan 14, 2023

1.8.4 was released with a fix for this #576

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants