From f9a6b25e5f604fa411e0ffbc57238be2113f3259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Thu, 28 Nov 2024 15:58:04 +0100 Subject: [PATCH] Update .golangci.yml config --- .golangci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index e0fab01..db582a6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ run: - deadline: 60s + timeout: 1m linters: enable: @@ -16,14 +16,11 @@ issues: linters-settings: gci: - no-inline-comments: true - no-prefix-comments: false sections: - standard - default - prefix(go.artefactual.dev/tools) - section-separators: - - newLine + custom-order: true importas: no-unaliased: true no-extra-aliases: false