Show More
@@ -586,7 +586,7 b' def has_pyflakes():' | |||
|
586 | 586 | |
|
587 | 587 | @check("pylint", "Pylint python linter") |
|
588 | 588 | def has_pylint(): |
|
589 |
return matchoutput("pylint --help", br"Usage: |
|
|
589 | return matchoutput("pylint --help", br"Usage:[ ]+pylint", True) | |
|
590 | 590 | |
|
591 | 591 | |
|
592 | 592 | @check("clang-format", "clang-format C code formatter") |
General Comments 0
You need to be logged in to leave comments.
Login now