##// END OF EJS Templates
hghave: adjust the detection of `pylint` for modern versions...
Matt Harbison -
r46555:a9797b49 default
parent child Browse files
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: pylint", True)
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