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:
|
linters:
|
||||||
default: all
|
default: all
|
||||||
disable:
|
disable:
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -273,7 +273,7 @@ test: generate
|
||||||
|
|
||||||
## fmt: Format Go code
|
## fmt: Format Go code
|
||||||
fmt:
|
fmt:
|
||||||
@$(GOLANGCI_LINT) fmt
|
@$(GO) fmt ./...
|
||||||
|
|
||||||
## lint: Run linters
|
## lint: Run linters
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue