Use more modern clang for linters and sanitizers
[alexxy/gromacs.git] / admin / git-pre-commit
index e6506adaa1532ea5dc6df65320ea042c4d32a396..f20e930d7d82ca43203e5ec746fc745da4fb42f7 100755 (executable)
@@ -88,7 +88,7 @@ then
     if [ -z "$runclangtidy_path" ]
     then
         echo "Please set the path to run-clang-tidy using 'git config hooks.runclangtidypath'."
-        echo "Note that you need at least clang-tidy-9."
+        echo "Note that you should use clang-tidy-11 to get the same checking as in CI."
         exit 1
     fi
     export RUN_CLANG_TIDY="$runclangtidy_path"