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