aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-05-16 19:52:33 +0700
committerShulhan <m.shulhan@gmail.com>2020-05-16 19:52:33 +0700
commit56c992b6d3597e37e5dbfd7bbd63b7f1311c8b8e (patch)
tree1fb660ab438c39d5ea9c99b2beb60126df3a77b7 /Makefile
parent04a7f25930191e76928f575d796d2972811a4fac (diff)
downloadpakakeh.go-56c992b6d3597e37e5dbfd7bbd63b7f1311c8b8e.tar.xz
all: fix and suppress linter warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01100a43..4dba86b8 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,8 @@ lint:
--disable=wsl \
--disable=gocognit \
--disable=testpackage \
+ --disable=nestif \
+ --disable=goerr113 \
./...
genhtml: