Skip to content
Permalink
Browse files
Merge pull request #8082 from Techjar/update-lint
Update lint.sh to clang-format 7.0
  • Loading branch information
leoetlino committed May 6, 2019
2 parents 7aa591b + a72f56f commit d347867
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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}

0 comments on commit d347867

Please sign in to comment.