aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0bc49c8..a13040b 100644
--- a/Makefile
+++ b/Makefile
@@ -71,10 +71,14 @@ test.prof:
.PHONY: lint
lint:
- -go vet ./...
-fieldalignment ./...
-shadow ./...
- -revive ./...
+ -golangci-lint run \
+ --presets bugs,metalinter,performance,unused \
+ --disable exhaustive \
+ --disable musttag \
+ --disable bodyclose \
+ ./...
-reuse --suppress-deprecation lint