We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac36cd commit 4dd12d5Copy full SHA for 4dd12d5
ci.sh
@@ -3,11 +3,11 @@
3
EXIT_STATUS=0
4
5
if ! make lint ; then
6
- echo "Please run command 'make fix' on your local and commit the result"
+ echo "Please run command 'make fix' or 'make fix-lint' on your local and commit the result"
7
EXIT_STATUS=1
8
fi
9
if ! make format ; then
10
+ echo "Please run command 'make fix' or 'make fix-format' on your local and commit the result"
11
12
13
if ! make unittest ARGS=--junitxml=./test/unit/junit.xml ; then
0 commit comments