From 9483f8085541ac77fb26e49119046c0ed3127c2d Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Mon, 5 Dec 2022 10:31:59 +0000 Subject: [PATCH 1/2] Remove lint task --- build/ci/evergreen.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build/ci/evergreen.yml b/build/ci/evergreen.yml index 09a8fb664e..9c8be031cf 100644 --- a/build/ci/evergreen.yml +++ b/build/ci/evergreen.yml @@ -222,7 +222,7 @@ functions: script: | set -Eeou pipefail export PATH="$ADD_PATH:$PATH" - golangci-lint run --out-format junit-xml > lint-tests.xml + golangci-lint run --verbose --concurrency 20 --out-format junit-xml "install gotestsum": - command: shell.exec type: setup @@ -318,12 +318,12 @@ tasks: - func: "clone" - func: "install gotestsum" - func: "integration-test" - - name: lint - tags: ["code_health"] - commands: - - func: "clone" - - func: "install dev tools" - - func: "lint" +# - name: lint // This task will be reintroduced in CLOUDP-149030 +# tags: ["code_health"] +# commands: +# - func: "clone" +# - func: "install dev tools" +# - func: "lint" - name: snyk_scan tags: ["snyk"] commands: From 3cabb71dd3298c5aa34fd09d8b3f5a8583c8c890 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Mon, 5 Dec 2022 10:38:54 +0000 Subject: [PATCH 2/2] Update evergreen.yml --- build/ci/evergreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/evergreen.yml b/build/ci/evergreen.yml index 9c8be031cf..cfb6a268f1 100644 --- a/build/ci/evergreen.yml +++ b/build/ci/evergreen.yml @@ -222,7 +222,7 @@ functions: script: | set -Eeou pipefail export PATH="$ADD_PATH:$PATH" - golangci-lint run --verbose --concurrency 20 --out-format junit-xml + golangci-lint run --out-format junit-xml > lint-tests.xml "install gotestsum": - command: shell.exec type: setup