chore: stabilize build configuration and linting
This commit is contained in:
parent
62ef5ec6a3
commit
fcd2be9dbe
2 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: "2"
|
||||
|
||||
linters:
|
||||
default: all
|
||||
disable:
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -273,7 +273,7 @@ test: generate
|
|||
|
||||
## fmt: Format Go code
|
||||
fmt:
|
||||
@$(GOLANGCI_LINT) fmt
|
||||
@$(GO) fmt ./...
|
||||
|
||||
## lint: Run linters
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue