From 0a4a4023d4f9bf4bab113be65246222369f2c19b Mon Sep 17 00:00:00 2001 From: Rob Best Date: Sun, 8 Dec 2019 19:58:31 +0000 Subject: [PATCH] remove unnecessary STATICCHECK_IGNORE from Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 19383ae..0bc39a2 100644 --- a/Makefile +++ b/Makefile @@ -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.