summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-05-20 22:56:01 -0400
committerDave Henderson <dhenderson@gmail.com>2020-05-20 22:56:01 -0400
commitaa527c49e11a5c158cf87df9969b882395a735e7 (patch)
tree41d040e7ef706b1160bcf6297e0f69b9b3078d2c /Makefile
parent7597dd94a53f834e67c35df51dccf90fe56b7f82 (diff)
Refactoring: deduplicating identical URL-parsing functions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 608a5b03..8fdd7ff1 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ gomplate.png: gomplate.svg
cloudconvert -f png -c density=288 $^
lint:
- golangci-lint --version
+ @golangci-lint --version
@golangci-lint run --timeout 2m --disable-all \
--enable depguard \
--enable dupl \