aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cd56458..e99ce42 100644
--- a/Makefile
+++ b/Makefile
@@ -34,10 +34,7 @@ coverbrowse: $(COVER_HTML)
xdg-open $<
lint:
- golangci-lint run --enable-all \
- --disable=wsl \
- --disable=gomnd \
- --disable=funlen ./...
+ golangci-lint run ./...
clean:
rm -rf $(COVER_OUT) $(COVER_HTML)