We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f1f9d commit f59fc52Copy full SHA for f59fc52
build/ci/evergreen.yml
@@ -318,12 +318,12 @@ tasks:
318
- func: "clone"
319
- func: "install gotestsum"
320
- func: "integration-test"
321
- - name: lint
322
- tags: ["code_health"]
323
- commands:
324
- - func: "clone"
325
- - func: "install dev tools"
326
- - func: "lint"
+# - name: lint // This task will be reintroduced in CLOUDP-149030
+# tags: ["code_health"]
+# commands:
+# - func: "clone"
+# - func: "install dev tools"
+# - func: "lint"
327
- name: snyk_scan
328
tags: ["snyk"]
329
commands:
0 commit comments