aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b2d6ff9..5693121 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,7 @@ all: test lint
lint:
-fieldalignment ./...
-shadow ./...
- -golangci-lint run \
- --presets bugs,metalinter,performance,unused \
- ./...
+ go vet ./...
test:
go test -coverprofile=cover.out ./...