Skip to content

Commit

Permalink
Makefile: add golint back (pingcap#6351)
Browse files Browse the repository at this point in the history
  • Loading branch information
coocood authored and ngaut committed Apr 23, 2018
1 parent f80484f commit b7e91b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ parserlib: parser/parser.go
parser/parser.go: parser/parser.y
make parser

# TODO: add lint back when the golint repo is fixed.
check: fmt errcheck vet
check: fmt errcheck lint vet

fmt:
@echo "gofmt (simplify)"
Expand Down

0 comments on commit b7e91b4

Please sign in to comment.