Skip to content

Commit

Permalink
Fix golint to new URL (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored Oct 12, 2018
1 parent c0b2c8a commit c42b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ errcheck:
.PHONY: lint
lint:
@hash golint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/golang/lint/golint; \
$(GO) get -u golang.org/x/lint/golint; \
fi
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;

Expand Down

0 comments on commit c42b366

Please sign in to comment.