From dd40cf004b9e0e2e255c7453a2cc799a2342b3cb Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 16 Mar 2025 22:50:59 +0100 Subject: [PATCH] dev: add link to the migration guide --- pkg/commands/migrate.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/commands/migrate.go b/pkg/commands/migrate.go index 700822a78ab7..7c73209ed180 100644 --- a/pkg/commands/migrate.go +++ b/pkg/commands/migrate.go @@ -97,6 +97,7 @@ func (c *migrateCommand) execute(_ *cobra.Command, _ []string) error { } c.log.Warnf("The configuration comments are not migrated.") + c.log.Warnf("Details about the migration: https://golangci-lint.run/product/migration-guide/") c.log.Infof("Migrating v1 configuration file: %s", srcPath)