mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
update echo line in lint_cpp.sh which doesn't lint cpp only at all
This commit is contained in:
parent
ad8124ac0d
commit
bb996b9818
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if ! git merge-base origin/master HEAD; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check formatting using format.sh
|
# Check formatting using format.sh
|
||||||
echo "Checking your code using clang-format/cmake-format..."
|
echo "Checking your code using format.sh..."
|
||||||
|
|
||||||
diff="$(./format.sh --diff --cmake --shell --print-version --branch origin/master)"
|
diff="$(./format.sh --diff --cmake --shell --print-version --branch origin/master)"
|
||||||
err=$?
|
err=$?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue