golangci-lint in CI as well as a makefile target
This commit is contained in:
parent
54cca2b151
commit
c54eccc625
2 changed files with 58 additions and 0 deletions
|
@ -62,6 +62,10 @@ backup:
|
|||
# Format
|
||||
fmt:
|
||||
$(GOCMD) fmt ./...
|
||||
|
||||
# Lint
|
||||
lint:
|
||||
golangci-lint run ./...
|
||||
|
||||
# Default target
|
||||
default: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue