Skip to content

Commit 758666c

Browse files
authored
dev: log a link to the migration guide (#5559)
1 parent a64f281 commit 758666c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/commands/migrate.go

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (c *migrateCommand) execute(_ *cobra.Command, _ []string) error {
9797
}
9898

9999
c.log.Warnf("The configuration comments are not migrated.")
100+
c.log.Warnf("Details about the migration: https://golangci-lint.run/product/migration-guide/")
100101

101102
c.log.Infof("Migrating v1 configuration file: %s", srcPath)
102103

0 commit comments

Comments
 (0)