We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6955116 + 8b363c0 commit 00bf4acCopy full SHA for 00bf4ac
.golangci.yml
@@ -60,9 +60,9 @@ linters:
60
linters-settings:
61
gci:
62
sections:
63
- - standard
64
- - default
65
- - 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.
66
custom-order: true
67
ginkgolinter:
68
forbid-focus-container: true
@@ -200,7 +200,6 @@ linters-settings:
200
#
201
- name: bool-literal-in-expr
202
- name: constant-logical-expr
203
-
204
issues:
205
max-same-issues: 0
206
max-issues-per-linter: 0
0 commit comments