Skip to content

Commit acacc1d

Browse files
committed
ci: temporarily disable linter
This is needed to be able to, when making a tag, build and push the Docker image. This is safe since the only linter warnings are due to the deprecated APIs that we are introducing on purpose. The ticket has a TODO item to bring back the linter.
1 parent 774ff42 commit acacc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# as we don't need it.
2828
persist-credentials: false
2929
- run: task ci:setup
30-
- run: task lint
30+
# - run: task lint FIXME: re-enable
3131
- run: task build
3232
- run: task test:all
3333
env:

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks:
3535
install:deps:
3636
desc: Install tool dependencies.
3737
cmds:
38-
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@{{.GOLANGCI_VERSION}}
38+
# - go install github.com/golangci/golangci-lint/cmd/golangci-lint@{{.GOLANGCI_VERSION}}
3939
- go install gotest.tools/gotestsum@{{.GOTESTSUM_VERSION}}
4040

4141
lint:

0 commit comments

Comments
 (0)