aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-11-30 08:56:12 +0700
committerShulhan <ms@kilabit.info>2018-11-30 08:56:12 +0700
commit88f816fb4a97cd58d45353b50cef266b6e733b68 (patch)
tree4193c0a8d4eaf2679d36bcaf772e48802a4f6382 /Makefile
parent5d5d18d3ca894b3d7ef84f010f04afdb7ead3319 (diff)
downloadrescached-88f816fb4a97cd58d45353b50cef266b6e733b68.tar.xz
make.lint: enable all linters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80a085b..d86b287 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ coverbrowse: $(COVER_HTML)
xdg-open $<
lint:
- golangci-lint run ./...
+ golangci-lint run --enable-all ./...
$(RESCACHED_BIN): $(SRC)
export CGO_ENABLED=1 && \