mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Add gometalinter (#36)
This commit is contained in:
parent
cacf5de3ec
commit
ee3162c34c
6 changed files with 32 additions and 15 deletions
4
Makefile
4
Makefile
|
|
@ -19,9 +19,7 @@ test:
|
|||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
golint -set_exit_status $(PACKAGES)
|
||||
go vet $(PACKAGES)
|
||||
errcheck $(PACKAGES)
|
||||
gometalinter.v2 $(PACKAGES)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue