From 4e88698984bf2546358bbf51fa8626112948f832 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Fri, 9 Sep 2022 18:30:31 +1000 Subject: [PATCH] ci(golangci-lint): fix revive false positives (#3992) --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 7001349a6..94a990401 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,6 +12,8 @@ linters-settings: check-all: true goimports: local-prefixes: github.com/authelia/authelia + revive: + confidence: 0.8 linters: enable: