Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build/ci/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down