From be13ece5e7edb826a45966275eceef83fc2a01cc Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 25 Aug 2019 20:37:10 -0700 Subject: [PATCH] fix broken test --- integrations/inputunifi/.metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/inputunifi/.metadata.sh b/integrations/inputunifi/.metadata.sh index 65f0e677..f6761790 100755 --- a/integrations/inputunifi/.metadata.sh +++ b/integrations/inputunifi/.metadata.sh @@ -11,7 +11,7 @@ HBREPO="golift/homebrew-mugs" MAINT="David Newhall II " VENDOR="Go Lift" DESC="Polls a UniFi controller and stores metrics in InfluxDB" -GOLANGCI_LINT_ARGS="--enable-all -D gochecknoglobals -e dupl" +GOLANGCI_LINT_ARGS="--enable-all -D gochecknoglobals -e dupl -e G101" # Example must exist at examples/$CONFIG_FILE.example CONFIG_FILE="up.conf" LICENSE="MIT"