mirror of
https://github.com/rclone/rclone
synced 2025-01-03 03:46:24 +01:00
Revert "build: Temporary workaround for golint being missing."
This reverts commit be8bd89674
.
This commit is contained in:
parent
7c5f87842c
commit
d0f32b62fd
4
Makefile
4
Makefile
@ -61,9 +61,7 @@ build_dep:
|
|||||||
ifdef FULL_TESTS
|
ifdef FULL_TESTS
|
||||||
go get -u github.com/kisielk/errcheck
|
go get -u github.com/kisielk/errcheck
|
||||||
go get -u golang.org/x/tools/cmd/goimports
|
go get -u golang.org/x/tools/cmd/goimports
|
||||||
-#go get -u golang.org/x/lint/golint
|
go get -u github.com/golang/lint/golint
|
||||||
-#temporary workaround for https://github.com/golang/lint/issues/397
|
|
||||||
[ -d "$$GOPATH/src/golang.org/x/lint" ] || ( mkdir -p $$GOPATH/src/golang.org/x && git clone --depth 1 https://github.com/golang/lint.git $$GOPATH/src/golang.org/x/lint && go get -u github.com/golang/lint/golint )
|
|
||||||
go get -u github.com/inconshreveable/mousetrap
|
go get -u github.com/inconshreveable/mousetrap
|
||||||
go get -u github.com/tools/godep
|
go get -u github.com/tools/godep
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user