Skip to content

Commit

Permalink
fix devcontainer commenting some packages
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Aug 2, 2022
1 parent b64b942 commit 0176a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ RUN apt-get update \
github.com/cweill/gotests/... \
golang.org/x/tools/cmd/goimports \
golang.org/x/lint/golint \
github.com/alecthomas/gometalinter \
github.com/mgechev/revive \
github.com/derekparker/delve/cmd/dlv 2>&1 \
github.com/alecthomas/gometalinter 2>&1 \
# github.com/mgechev/revive \ # This pkg deps use generics, we cannot use it till we use go 1.18
# github.com/derekparker/delve/cmd/dlv 2>&1 \ # This pkg deps use generics, we cannot use it till we use go 1.18
&& go install honnef.co/go/tools/cmd/staticcheck@latest \
&& go install golang.org/x/tools/gopls@latest \
# Install golangci-lint
Expand Down

0 comments on commit 0176a0d

Please sign in to comment.