From d27e85e9d70dfb41a5b8880fd3375a0ac9574f5d Mon Sep 17 00:00:00 2001 From: spycrab Date: Thu, 12 Apr 2018 10:49:55 +0200 Subject: [PATCH] Tools: Bump lint.sh version --- Tools/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/lint.sh b/Tools/lint.sh index 4f0fbe2e2f..795dfdd0b5 100755 --- a/Tools/lint.sh +++ b/Tools/lint.sh @@ -9,8 +9,8 @@ if ! [ -x "$(command -v git)" ]; then exit 1 fi -REQUIRED_CLANG_FORMAT_MAJOR=3 -REQUIRED_CLANG_FORMAT_MINOR=8 +REQUIRED_CLANG_FORMAT_MAJOR=5 +REQUIRED_CLANG_FORMAT_MINOR=0 if ! [ -x "$(command -v clang-format)" ]; then echo >&2 "error: clang-format is not installed"