mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
REQUIRED_CLANG_FORMAT_MAJOR=5
|
REQUIRED_CLANG_FORMAT_MAJOR=7
|
||||||
REQUIRED_CLANG_FORMAT_MINOR=0
|
REQUIRED_CLANG_FORMAT_MINOR=0
|
||||||
CLANG_FORMAT=clang-format
|
CLANG_FORMAT=clang-format
|
||||||
CLANG_FORMAT_MAJOR=clang-format-${REQUIRED_CLANG_FORMAT_MAJOR}
|
CLANG_FORMAT_MAJOR=clang-format-${REQUIRED_CLANG_FORMAT_MAJOR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user