From 8b363c0910e986fcaf3303aefae5cc86eb1020cb Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Tue, 26 Sep 2023 11:15:20 +0100 Subject: [PATCH] Fix .golangci.yml formatting Signed-off-by: killianmuldoon --- .golangci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index bffee3081b5a..02a2da9e0ee7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -60,9 +60,9 @@ linters: linters-settings: gci: sections: - - standard - - default - - prefix(sigs.k8s.io/cluster-api) + - standard # Standard section: captures all standard packages. + - default # Default section: contains all imports that could not be matched to another section type. + - prefix(sigs.k8s.io/cluster-api) # Custom section: groups all imports with the specified Prefix. custom-order: true ginkgolinter: forbid-focus-container: true @@ -200,7 +200,6 @@ linters-settings: # - name: bool-literal-in-expr - name: constant-logical-expr - issues: max-same-issues: 0 max-issues-per-linter: 0