We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1f105 commit 61d7b5dCopy full SHA for 61d7b5d
2 files changed
rootfs/Dockerfile
@@ -50,7 +50,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
50
github.com/AlekSi/gocov-xml \
51
github.com/axw/gocov/gocov \
52
github.com/mitchellh/gox \
53
- golang.org/x/lint \
+ github.com/mgechev/revive \
54
&& git clone --dept 1 -b $ENVTPL_VERSION https://github.com/subfuzion/envtpl $GOPATH/src/github.com/subfuzion/envtpl \
55
&& cd $GOPATH/src/github.com/subfuzion/envtpl \
56
&& export GO111MODULE=on \
rootfs/usr/local/bin/lint
@@ -11,7 +11,7 @@ golangci-lint --disable-all \
11
-E=gosimple \
12
-E=vet \
13
-E=gofmt \
14
- -E=golint \
+ -E=revive \
15
--timeout=600s \
16
run ./...
17
0 commit comments