aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-02-13 19:53:24 +0700
committerShulhan <m.shulhan@gmail.com>2020-02-13 20:22:52 +0700
commit59a272ea3a32d19f35cffec31b36d7462039768e (patch)
tree9679c4f0beb52d3b154ed49fe7ec10f6bc2a6387 /Makefile
parent95d99d745ad0da2f8a215ef96bb99ade46737f85 (diff)
downloadpakakeh.go-59a272ea3a32d19f35cffec31b36d7462039768e.tar.xz
Makefile: disable unnecessary linters on lint task
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13b11057..edae821c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,14 @@ coverbrowse: $(COVER_HTML)
xdg-open $<
lint:
- golangci-lint run --enable-all --disable=funlen --disable=godox ./...
+ golangci-lint run --enable-all \
+ --disable=dupl \
+ --disable=funlen \
+ --disable=godox \
+ --disable=gomnd \
+ --disable=wsl \
+ --disable=gocognit \
+ ./...
genhtml:
ciigo -template=html.tmpl convert .