mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Stricter linting (#113)
This commit is contained in:
parent
810bddaea8
commit
98066fadaa
5 changed files with 33 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -7,6 +7,10 @@ all: test lint build
|
|||
test:
|
||||
go test -v ./...
|
||||
|
||||
.PHONY: fix
|
||||
fix:
|
||||
golangci-lint run --fix
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
golangci-lint run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue