Skip to content

code refactor

code refactor #65

Triggered via pull request October 16, 2023 07:06
Status Success
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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),⏎········`