We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83f018 commit 5a9ded8Copy full SHA for 5a9ded8
1 file changed
scripts/misc/cpplint_ci.sh
@@ -52,7 +52,7 @@ fi
52
# Install cpplint tool using pip
53
printf "Installing cpplint using pip\n\n"
54
55
-pip3 install --user cpplint
+pip3 install --user cpplint==1.6.1
56
export PATH=$PATH:~/.local/bin/
57
printf "\n\nRunning cpplint\n\n"
58
0 commit comments