We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0cdec commit e04225dCopy full SHA for e04225d
cmd/eval-dev-quality/cmd/evaluate.go
@@ -338,6 +338,10 @@ func (command *Evaluate) Initialize(args []string) (evaluationContext *evaluate.
338
}
339
evaluationContext.RepositoryPaths = command.Repositories
340
evaluationConfiguration.Repositories.Selected = append(evaluationConfiguration.Repositories.Selected, command.Repositories...)
341
+
342
+ for _, repositoryID := range evaluationConfiguration.Repositories.Selected {
343
+ command.logger.Info("selected repository", "repository", repositoryID)
344
+ }
345
346
347
// Make the resolved selected languages available in the command.
0 commit comments