##// END OF EJS Templates
hghave: detect newer pylint...
av6 -
r50686:38ae503b stable
parent child Browse files
Show More
@@ -612,7 +612,7 b' def has_pyflakes():'
612
612
613 @check("pylint", "Pylint python linter")
613 @check("pylint", "Pylint python linter")
614 def has_pylint():
614 def has_pylint():
615 return matchoutput("pylint --help", br"Usage:[ ]+pylint", True)
615 return matchoutput("pylint --help", br"[Uu]sage:[ ]+pylint", True)
616
616
617
617
618 @check("clang-format", "clang-format C code formatter (>= 11)")
618 @check("clang-format", "clang-format C code formatter (>= 11)")
General Comments 0
You need to be logged in to leave comments. Login now