-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] Add make verify target - [x] Add verify-lint target - [x] Add verify-gofmt target - [x] Add verify-go-vet target - [x] Fix make verify-imports target to error when verify-imports fails. - [x] Fix golint errors in codebase - [x] Remove fmt and vet targets from build targets (necessary for make verify to work) - [x] Add .PHONY to Makefile targets that don't produce files of the same name.
- Loading branch information
Thomas Wiest
committed
Sep 24, 2018
1 parent
9fa9202
commit 170af70
Showing
4 changed files
with
65 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters