Skip to content

save all done tasks to collection #4015

save all done tasks to collection

save all done tasks to collection #4015

Triggered via pull request October 18, 2024 10:39
Status Success
Total duration 1m 31s
Artifacts

lint.yml

on: pull_request
runner / eslint
1m 20s
runner / eslint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
runner / eslint: 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"}}
runner / eslint: 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"}}
runner / eslint: 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}
runner / eslint
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']
runner / eslint
The process '/usr/bin/git' failed with exit code 128