Skip to content

Commit f59fc52

Browse files
CLOUDP-149030: Remove lint task (#1545)
1 parent b3f1f9d commit f59fc52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/ci/evergreen.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ tasks:
318318
- func: "clone"
319319
- func: "install gotestsum"
320320
- func: "integration-test"
321-
- name: lint
322-
tags: ["code_health"]
323-
commands:
324-
- func: "clone"
325-
- func: "install dev tools"
326-
- func: "lint"
321+
# - name: lint // This task will be reintroduced in CLOUDP-149030
322+
# tags: ["code_health"]
323+
# commands:
324+
# - func: "clone"
325+
# - func: "install dev tools"
326+
# - func: "lint"
327327
- name: snyk_scan
328328
tags: ["snyk"]
329329
commands:

0 commit comments

Comments
 (0)