Update to clang-tidy-9
[alexxy/gromacs.git] / admin / clang-tidy.sh
index 677d79490c5d5399551b18c384d5791b9c4e7b5b..d606fa5b595420b6481e581dffb261fd8a914504 100755 (executable)
@@ -105,14 +105,14 @@ then
     if [ -z "$RUN_CLANG_TIDY" ]
     then
         echo "Please set the path to run-clang-tidy using the git hook"
-        echo "git config hooks.runclangtidypath /path/to/run-clang-tidy-7.py"
+        echo "git config hooks.runclangtidypath /path/to/run-clang-tidy-9.py"
         echo "or by setting an environment variable, e.g."
-        echo "RUN_CLANG_TIDY=/path/to/run-clang-tidy-7.py"
+        echo "RUN_CLANG_TIDY=/path/to/run-clang-tidy-9.py"
         exit 2
     fi
     if ! which "$RUN_CLANG_TIDY" 1>/dev/null
     then
-        echo "run-clang-tidy-7.py not found: $RUN_CLANG_TIDY"
+        echo "run-clang-tidy-9.py not found: $RUN_CLANG_TIDY"
         exit 2
     fi
 fi