mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #8082 from Techjar/update-lint
Update lint.sh to clang-format 7.0
This commit is contained in:
commit
d347867f2e
@ -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…
x
Reference in New Issue
Block a user