From c9b9fb006c8211439f471e64646ad0936c8b883e Mon Sep 17 00:00:00 2001 From: storypku Date: Wed, 11 Nov 2020 09:14:09 +0800 Subject: [PATCH] apollo.sh: bugfix for use of lint command line --- apollo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo.sh b/apollo.sh index 82322cf187..c7927ae33c 100755 --- a/apollo.sh +++ b/apollo.sh @@ -109,7 +109,7 @@ function build_dreamview_frontend() { function build_test_and_lint() { env ${APOLLO_ENV} bash "${build_sh}" env ${APOLLO_ENV} bash "${test_sh}" --config=unit_test - env ${APOLLO_ENV} bash "${APOLLO_ROOT_DIR}/scripts/apollo_lint.sh" cpp + env ${APOLLO_ENV} bash "${APOLLO_ROOT_DIR}/scripts/apollo_lint.sh" --cpp success "Build and Test and Lint finished." } -- GitLab