Skip to content

Commit

Permalink
Temporarily disable goheader on pkg/join/options.go
Browse files Browse the repository at this point in the history
This triggers a false positive in golangci-lint 1.63.2.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Jan 2, 2025
1 parent a31f2bd commit 26bca53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,9 @@ issues:
- path: cmd/subctl/.*\.go
linters:
- goheader

# Ignore false positive
# See https://github.com/golangci/golangci-lint/issues/5284
- path: pkg/join/options\.go
linters:
- goheader

0 comments on commit 26bca53

Please sign in to comment.