save all done tasks to collection #4015
Annotations
2 errors and 3 warnings
Run reviewdog/action-eslint@v1:
src/api/TasksAPI/index.ts#L10
[eslint] reported by reviewdog 🐶
`uuid` import should occur before import of `../GoalsAPI`
Raw Output:
{"ruleId":"import/order","severity":2,"message":"`uuid` import should occur before import of `../GoalsAPI`","line":10,"column":1,"nodeType":"ImportDeclaration","endLine":10,"endColumn":37,"fix":{"range":[435,511],"text":"import { v4 as uuidv4 } from \"uuid\";\nimport { getGoal } from \"../GoalsAPI\";\n"}}
|
Run reviewdog/action-eslint@v1:
src/components/MyTimeComponents/MyTimeline/MyTimeline.tsx#L25
[eslint] reported by reviewdog 🐶
`@src/api/TaskHistoryAPI` import should occur before import of `./GoalTiming`
Raw Output:
{"ruleId":"import/order","severity":2,"message":"`@src/api/TaskHistoryAPI` import should occur before import of `./GoalTiming`","line":25,"column":1,"nodeType":"ImportDeclaration","endLine":25,"endColumn":62,"fix":{"range":[911,1126],"text":"import { addTaskActionEvent } from \"@src/api/TaskHistoryAPI\";\nimport { GoalTiming } from \"./GoalTiming\";\nimport { TaskOptions } from \"./TaskOptions\";\nimport { updateImpossibleGoals } from \"./updateImpossibleGoals\";\n"}}
|
Run reviewdog/action-eslint@v1:
src/components/MyTimeComponents/MyTimeline/MyTimeline.tsx#L5
[eslint] reported by reviewdog 🐶
'act' is defined but never used.
Raw Output:
{"ruleId":"@typescript-eslint/no-unused-vars","severity":1,"message":"'act' is defined but never used.","line":5,"column":17,"nodeType":"Identifier","messageId":"unusedVar","endLine":5,"endColumn":20}
|
Run reviewdog/action-eslint@v1
Unexpected input(s) 'node-version', valid inputs are ['github_token', 'level', 'reporter', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'eslint_flags', 'workdir', 'tool_name', 'node_options']
|
Post Run actions/checkout@v4
The process '/usr/bin/git' failed with exit code 128
|
Loading