Skip to content
Snippets Groups Projects
Commit b50cbe77 authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Pierre Smeyers
Browse files

fix(node-lint): continue on lint report generation for SonarQube errors

parent fd2eb0a8
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,7 @@ node-lint:
stage: build
script:
# generate lint report for sonar
- sonar_lint_report
- sonar_lint_report || true
# display lint result for console
- $NODE_MANAGER $NODE_LINT_ARGS
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment