move goal feat #4055
Annotations
2 errors and 4 warnings
Run reviewdog/action-eslint@v1:
src/components/GoalsComponents/DisplayChangesModal/ShowChanges.tsx#L4
[eslint] reported by reviewdog 🐶
'@ant-design/icons' should be listed in the project's dependencies. Run 'npm i -S @ant-design/icons' to add it
Raw Output:
{"ruleId":"import/no-extraneous-dependencies","severity":2,"message":"'@ant-design/icons' should be listed in the project's dependencies. Run 'npm i -S @ant-design/icons' to add it","line":4,"column":1,"nodeType":"ImportDeclaration","endLine":4,"endColumn":56}
|
Run reviewdog/action-eslint@v1:
src/components/GoalsComponents/GoalSublist/GoalSublist.tsx#L22
[eslint] reported by reviewdog 🐶
`@src/store/moveGoalState` import should occur before import of `../GoalsList`
Raw Output:
{"ruleId":"import/order","severity":2,"message":"`@src/store/moveGoalState` import should occur before import of `../GoalsList`","line":22,"column":1,"nodeType":"ImportDeclaration","endLine":22,"endColumn":58}
|
Run reviewdog/action-eslint@v1:
src/components/GoalsComponents/DisplayChangesModal/DisplayChangesModal.tsx#L302
[eslint] reported by reviewdog 🐶
'getChangedGoalFromRoot' is assigned a value but never used.
Raw Output:
{"ruleId":"@typescript-eslint/no-unused-vars","severity":1,"message":"'getChangedGoalFromRoot' is assigned a value but never used.","line":302,"column":9,"nodeType":"Identifier","messageId":"unusedVar","endLine":302,"endColumn":31}
|
Run reviewdog/action-eslint@v1:
src/helpers/InboxProcessor.ts#L17
[eslint] reported by reviewdog 🐶
'getGoalById' is defined but never used.
Raw Output:
{"ruleId":"@typescript-eslint/no-unused-vars","severity":1,"message":"'getGoalById' is defined but never used.","line":17,"column":3,"nodeType":"Identifier","messageId":"unusedVar","endLine":17,"endColumn":14}
|
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