diff --git a/templates/gitlab-ci-node.yml b/templates/gitlab-ci-node.yml index 69169818f479056654e65f50cb0d84fe67ba11d8..434d4705ab65815d711fd1cb67a191932838fdc1 100644 --- a/templates/gitlab-ci-node.yml +++ b/templates/gitlab-ci-node.yml @@ -686,7 +686,7 @@ node-lint: then # generate eslint report for SonarQube # shellcheck disable=SC2086 - log_info "SonarQube detedted: producing ESLint JSON report..." + log_info "SonarQube detected: producing ESLint JSON report..." $NODE_MANAGER $NODE_LINT_ARGS -- --format=json --output-file=reports/node-lint.xslint.json || true fi # maybe add eslint-formatter-gitlab