diff options
| author | Shulhan <ms@kilabit.info> | 2018-11-30 08:56:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-11-30 08:56:12 +0700 |
| commit | 88f816fb4a97cd58d45353b50cef266b6e733b68 (patch) | |
| tree | 4193c0a8d4eaf2679d36bcaf772e48802a4f6382 /Makefile | |
| parent | 5d5d18d3ca894b3d7ef84f010f04afdb7ead3319 (diff) | |
| download | rescached-88f816fb4a97cd58d45353b50cef266b6e733b68.tar.xz | |
make.lint: enable all linters
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |
