code refactor #65
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 warnings
build:
src/minionTasks/generateDescriptionForWorkspaceFiles.ts#L1
Run autofix to sort these imports!
|
build:
src/strategyAndKnowledge/mutators/mutateCreateSimpleAnswer.ts#L1
Run autofix to sort these imports!
|
build:
src/strategyAndKnowledge/mutators/taskChooseStrategy.ts#L1
Run autofix to sort these imports!
|
build:
src/strategyAndKnowledge/mutators/taskChooseStrategy.ts#L12
Replace `task:·TC,·strategies:·Strategy[],·taskToPrompt:·(task:·TC)·=>·Promise<string>` with `⏎··task:·TC,⏎··strategies:·Strategy[],⏎··taskToPrompt:·(task:·TC)·=>·Promise<string>,⏎`
|
build:
src/strategyAndKnowledge/mutators/taskChooseStrategy.ts#L17
Replace `'\n'` with `⏎··'\n',⏎`
|
build:
src/strategyAndKnowledge/mutators/taskChooseStrategy.ts#L41
Replace `strategies[0].id,·...strategies.slice(1).map((s)·=>·s.id)` with `⏎··········strategies[0].id,⏎··········...strategies.slice(1).map((s)·=>·s.id),⏎········`
|