aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e99ce42..9defd01 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ coverbrowse: $(COVER_HTML)
xdg-open $<
lint:
- golangci-lint run ./...
+ golangci-lint run --enable-all ./...
clean:
rm -rf $(COVER_OUT) $(COVER_HTML)