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 f4f5df5 commit e56b567Copy full SHA for e56b567
1 file changed
.github/workflows/test.yml
@@ -27,6 +27,8 @@ jobs:
27
git diff --exit-code
28
- name: Lint
29
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
+ docker run --rm -v ./:/go/src/github.com/moby/term -w /go/src/github.com/moby/term \
+ golangci/golangci-lint:v1.62.2 golangci-lint run -v \
+ -E gofmt \
33
+ -E misspell \
34
+ -E revive
0 commit comments