File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ cmd/vet: $(GO_PATH)/bin/vet # go get 'vet' binary
122
122
.PHONY : lint/vet
123
123
lint/vet : cmd/vet
124
124
$(call target)
125
- @GO111MODULE=on vet -asmdecl -assign -atomic -atomicalign -bool - bools -buildtag -buildtags - cgocall -compositewhitelist -copylocks -errorsas -httpresponse -loopclosure -lostcancel -methods -nilfunc -nilness - printfuncs -rangeloops -shift -source -stdmethods -structtag -tags - tests -unmarshal -unreachable -unsafeptr -unusedfuncs -unusedstringmethods $(GO_PKGS )
125
+ @GO111MODULE=on vet -asmdecl -assign -atomic -atomicalign -bools -buildtag -cgocall -compositewhitelist -copylocks -errorsas -httpresponse -loopclosure -lostcancel -methods -nilfunc -printfuncs -rangeloops -shift -source -stdmethods -structtag -tests -unmarshal -unreachable -unsafeptr $(GO_PKGS )
126
126
127
127
$(GO_PATH ) /bin/golangci-lint :
128
128
@GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
You can’t perform that action at this time.
0 commit comments