Skip to content

Commit ef140d7

Browse files
committed
Don't run goheader on upgrade_strategy.go
goheader in golanci-lint v1.63.2 incorrectly flags these files as having invalid headers. Root cause not yet known.
1 parent eb37543 commit ef140d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ issues:
5757
- linters:
5858
- gci
5959
source: "// \\+kubebuilder"
60+
# For some reason goheader complains about these files, even though the headers are correct
61+
- linters:
62+
- goheader
63+
path: upgrade_strategy\.go
6064

6165
linters:
6266
enable:

0 commit comments

Comments
 (0)