From df36c3361ce86adf435848ad98c1b2ef6bf04bd5 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Wed, 20 Sep 2023 13:10:04 +0000 Subject: [PATCH] Run go-makefile-maker --- .golangci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 04c413478..fc911c4a6 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -84,6 +84,10 @@ linters-settings: check-shadowing: true nolintlint: require-specific: true + stylecheck: + dot-import-whitelist: + - github.com/onsi/ginkgo/v2 + - github.com/onsi/gomega usestdlibvars: constant-kind: true crypto-hash: true @@ -114,6 +118,7 @@ linters: - errorlint - exportloopref - forbidigo + - ginkgolinter - gocheckcompilerdirectives - gocritic - gofmt