Skip to content

Commit 82ac3ee

Browse files
committed
Remove unnecessary gometalinter from devcontainer
Not needed as we are using golangci-lint for linting.
1 parent ee29063 commit 82ac3ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ RUN apt-get update \
4141
github.com/mgechev/revive@latest \
4242
github.com/go-delve/delve/cmd/dlv@latest 2>&1 \
4343
#
44-
# Build Go tools w/o module support
45-
&& GOPATH=/tmp/gotools go get -v github.com/alecthomas/gometalinter 2>&1 \
46-
#
4744
# Build gocode-gomod
4845
&& GOPATH=/tmp/gotools go get -x -d github.com/stamblerre/gocode 2>&1 \
4946
&& GOPATH=/tmp/gotools go build -o gocode-gomod github.com/stamblerre/gocode \

0 commit comments

Comments
 (0)