Skip to content

Commit

Permalink
fix(ci): linter disable-all does not disable all (#872)
Browse files Browse the repository at this point in the history
Reviewed-by: Jakub Ciolek <jakub@unikraft.io>
Approved-by: Jakub Ciolek <jakub@unikraft.io>
  • Loading branch information
jake-ciolek committed Oct 11, 2023
2 parents 89c0b5c + 76fa1a1 commit b89b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gochecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
args: --disable-all --enable=gofumpt --out-format=colored-line-number
args: --no-config --disable-all --enable=gofumpt --out-format=colored-line-number
skip-cache: true

- name: golangci-lint
Expand Down

0 comments on commit b89b4f4

Please sign in to comment.