Skip to content

Commit e56b567

Browse files
committed
gha: update golangci-lint to v1.62.2 and enable default linters
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent f4f5df5 commit e56b567

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
git diff --exit-code
2828
- name: Lint
2929
run: |
30-
docker run --rm -v `pwd`:/go/src/github.com/moby/term -w /go/src/github.com/moby/term \
31-
golangci/golangci-lint:v1.50.1 golangci-lint run --disable-all -v \
32-
-E govet -E misspell -E gofmt -E ineffassign -E revive
30+
docker run --rm -v ./:/go/src/github.com/moby/term -w /go/src/github.com/moby/term \
31+
golangci/golangci-lint:v1.62.2 golangci-lint run -v \
32+
-E gofmt \
33+
-E misspell \
34+
-E revive

0 commit comments

Comments
 (0)