Merge pull request #8082 from Techjar/update-lint

Update lint.sh to clang-format 7.0
This commit is contained in:
Léo Lam
2019-05-06 20:46:28 +02:00
committed by GitHub

View File

@ -9,7 +9,7 @@ if ! [ -x "$(command -v git)" ]; then
exit 1
fi
REQUIRED_CLANG_FORMAT_MAJOR=5
REQUIRED_CLANG_FORMAT_MAJOR=7
REQUIRED_CLANG_FORMAT_MINOR=0
CLANG_FORMAT=clang-format
CLANG_FORMAT_MAJOR=clang-format-${REQUIRED_CLANG_FORMAT_MAJOR}