From 9df2a7847fcec1262c4016277d9c206740b0fd90 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 8 Oct 2019 22:00:54 -0700 Subject: [PATCH] fix test --- core/poller/.metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/.metadata.sh b/core/poller/.metadata.sh index 656d718b..4b7241e8 100755 --- a/core/poller/.metadata.sh +++ b/core/poller/.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"