From cc3d80114dc658f92a47d73da383ca564100363f Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 8 Oct 2019 22:00:54 -0700 Subject: [PATCH] fix test --- integrations/influxunifi/.metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/.metadata.sh b/integrations/influxunifi/.metadata.sh index 656d718b..4b7241e8 100755 --- a/integrations/influxunifi/.metadata.sh +++ b/integrations/influxunifi/.metadata.sh @@ -11,7 +11,7 @@ HBREPO="golift/homebrew-mugs" MAINT="David Newhall II " VENDOR="Go Lift " DESC="Polls a UniFi controller and exports metrics to InfluxDB" -GOLANGCI_LINT_ARGS="--enable-all -D gochecknoglobals -D dupl -D lll -D funlen -e G402" +GOLANGCI_LINT_ARGS="--enable-all -D gochecknoglobals -D dupl -D lll -D funlen -D wsl -e G402" # Example must exist at examples/$CONFIG_FILE.example CONFIG_FILE="up.conf" LICENSE="MIT"