##// END OF EJS Templates
clang-format: show required version in skip message...
marmoute -
r47134:9fd4f7af default
parent child Browse files
Show More
@@ -591,7 +591,7 b' def has_pylint():'
591 return matchoutput("pylint --help", br"Usage:[ ]+pylint", True)
591 return matchoutput("pylint --help", br"Usage:[ ]+pylint", True)
592
592
593
593
594 @check("clang-format", "clang-format C code formatter")
594 @check("clang-format", "clang-format C code formatter (>= 11)")
595 def has_clang_format():
595 def has_clang_format():
596 m = matchoutput('clang-format --version', br'clang-format version (\d+)')
596 m = matchoutput('clang-format --version', br'clang-format version (\d+)')
597 # style changed somewhere between 10.x and 11.x
597 # style changed somewhere between 10.x and 11.x
General Comments 0
You need to be logged in to leave comments. Login now