From 4f113a133f9ab17142040e268ae15762242a4c6d Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sat, 23 Nov 2024 16:46:06 +0100 Subject: [PATCH] chore: fix typo in comment --- templates/gitlab-ci-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-node.yml b/templates/gitlab-ci-node.yml index 6916981..434d470 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 -- GitLab