Skip to content

Commit 00bf4ac

Browse files
authored
Merge pull request kubernetes-sigs#9499 from killianmuldoon/pr-lint-file-format
🌱 Fix .golangci.yml comments
2 parents 6955116 + 8b363c0 commit 00bf4ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.golangci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ linters:
6060
linters-settings:
6161
gci:
6262
sections:
63-
- standard
64-
- default
65-
- prefix(sigs.k8s.io/cluster-api)
63+
- standard # Standard section: captures all standard packages.
64+
- default # Default section: contains all imports that could not be matched to another section type.
65+
- prefix(sigs.k8s.io/cluster-api) # Custom section: groups all imports with the specified Prefix.
6666
custom-order: true
6767
ginkgolinter:
6868
forbid-focus-container: true
@@ -200,7 +200,6 @@ linters-settings:
200200
#
201201
- name: bool-literal-in-expr
202202
- name: constant-logical-expr
203-
204203
issues:
205204
max-same-issues: 0
206205
max-issues-per-linter: 0

0 commit comments

Comments
 (0)