From 52f1fe949dc8753d3ca88d4368b9758116c64ba6 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 15 Jan 2025 10:51:47 +0100 Subject: [PATCH] Revert "Temporarily disable goheader on pkg/join/options.go" golangci-lint has been fixed, this is no longer necessary. This reverts commit 4e1c39af07fa35ae36bac3aa2df88f0648e79e21. Signed-off-by: Stephen Kitt --- .golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 3b1bc8b0..57cc66db 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -207,9 +207,3 @@ 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