remove unnecessary STATICCHECK_IGNORE from Makefile

This commit is contained in:
Rob Best
2019-12-08 19:58:31 +00:00
parent 6d5223cb4b
commit 0a4a4023d4
-3
View File
@@ -14,9 +14,6 @@
include Makefile.common
STATICCHECK_IGNORE = \
github.com/ribbybibby/ssl_exporter/ssl_exporter.go:SA1019 \
DOCKER_IMAGE_NAME ?= ssl-exporter
# Go modules needs the bzr binary because of the dependency on launchpad.net/gocheck.