mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Tools: Bump lint.sh version
This commit is contained in:
parent
0bfeb37a1f
commit
d27e85e9d7
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ if ! [ -x "$(command -v git)" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
REQUIRED_CLANG_FORMAT_MAJOR=3
|
REQUIRED_CLANG_FORMAT_MAJOR=5
|
||||||
REQUIRED_CLANG_FORMAT_MINOR=8
|
REQUIRED_CLANG_FORMAT_MINOR=0
|
||||||
|
|
||||||
if ! [ -x "$(command -v clang-format)" ]; then
|
if ! [ -x "$(command -v clang-format)" ]; then
|
||||||
echo >&2 "error: clang-format is not installed"
|
echo >&2 "error: clang-format is not installed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue