diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-04-13 18:41:40 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-19 20:03:07 +0000 |
commit | c214244948913c538933b63a3479db7c1102c0c4 (patch) | |
tree | 616016461b62370e5a2725233d328de7e585b02b /.cirrus.yml | |
parent | 36a8b6ed6eaf2b595d4b4e4cb85fd96d555249a0 (diff) | |
download | sonarqube-c214244948913c538933b63a3479db7c1102c0c4.tar.gz sonarqube-c214244948913c538933b63a3479db7c1102c0c4.zip |
[NO JIRA] Do not fail eslint task on eslint findings
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1746b98429c..44299a20aa3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -180,7 +180,6 @@ yarn_lint-report-ci_task: memory: 6Gb script: - ./private/cirrus/cirrus-yarn-lint-report.sh - allow_failures: "true" on_failure: <<: *REPORTS_JUNIT_ON_FAILURE_TEMPLATE always: |