Skip to content

Commit

Permalink
[Makefile] added golint to qa
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Jun 7, 2017
1 parent 0ebc99f commit 3d729a4
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 @@ -4,4 +4,4 @@ test:
go test ./...

qa:
gometalinter --enable=misspell --disable=golint --disable=gotype --deadline=30s .
gometalinter --enable=misspell --disable=gotype --deadline=30s .

0 comments on commit 3d729a4

Please sign in to comment.