mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Add errcheck and fix unchecked errors
This commit is contained in:
parent
913234a60d
commit
c6aba53e51
7 changed files with 40 additions and 13 deletions
1
Makefile
1
Makefile
|
|
@ -8,6 +8,7 @@ build:
|
|||
lint:
|
||||
$(DOCKER) golint ./...
|
||||
$(DOCKER) go vet ./...
|
||||
$(DOCKER) errcheck ./...
|
||||
|
||||
test:
|
||||
$(DOCKER) go test ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue