Update lint.sh to clang-format 7.0
This commit is contained in:
parent
99a4ca8de7
commit
a72f56f558
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue