1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 16:58:44 +00:00

Relax version warning in clang-format precommit hook

Closes #60778.
This commit is contained in:
Rémi Verschelde 2022-05-05 13:39:28 +02:00
parent 11b9435130
commit 9e66a947e4

View File

@ -77,7 +77,7 @@ fi
# To get consistent formatting, we recommend contributors to use the same
# clang-format version as CI.
RECOMMENDED_CLANG_FORMAT_MAJOR_MIN="12"
RECOMMENDED_CLANG_FORMAT_MAJOR_MAX="13"
RECOMMENDED_CLANG_FORMAT_MAJOR_MAX="14"
if [ ! -x "$CLANG_FORMAT" ] ; then
message="Error: clang-format executable not found. Please install clang-format $RECOMMENDED_CLANG_FORMAT_MAJOR_MAX."