Skip to content

Commit

Permalink
Add report subcommand, change scan options. Bump up ver #239
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakanbe committed Jan 5, 2017
1 parent cb29289 commit 6fd027c
Show file tree
Hide file tree
Showing 41 changed files with 2,661 additions and 1,910 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fmtcheck:
pretest: lint vet fmtcheck

test: pretest
$(foreach pkg,$(PKGS),go test -v $(pkg) || exit;)
$(foreach pkg,$(PKGS),go test -cover -v $(pkg) || exit;)

unused :
$(foreach pkg,$(PKGS),unused $(pkg);)
Expand Down
Loading

0 comments on commit 6fd027c

Please sign in to comment.