diff --git a/Makefile b/Makefile index 23e2825..746a571 100644 --- a/Makefile +++ b/Makefile @@ -67,10 +67,10 @@ test: clean buildlocal testlint: test lint -lint: +lint-basic: golangci-lint run --enable-only errcheck,govet,ineffassign,staticcheck,unused -lint-full: +lint: golangci-lint run --show-stats=false testfuzzy: clean