Skip to content

Commit

Permalink
Tools: Bump lint.sh version
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Apr 12, 2018
1 parent 0bfeb37 commit d27e85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d27e85e

Please sign in to comment.