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 authored and tpantelis committed Jan 6, 2025
1 parent 281d988 commit d6c3bc7
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 d6c3bc7

Please sign in to comment.