Skip to content

Cleaner initial scrolling #18

Cleaner initial scrolling

Cleaner initial scrolling #18

Triggered via pull request March 30, 2025 19:10
Status Cancelled
Total duration 2m 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 10 warnings
Lint: app/components/folder-elem.js#L44
Use of undeclared dependencies in computed property: currentUser.user.id
Lint: app/components/folder-elem.js#L38
Only string, number, symbol, boolean, null, undefined, and function are allowed as default properties
Lint: app/components/folder-elem.js#L37
Only string, number, symbol, boolean, null, undefined, and function are allowed as default properties
Lint: app/components/folder-elem.js#L29
Please switch to a tagless component by setting `tagName: ''` or converting to a Glimmer component
Lint: app/components/details-list-item.js#L25
Don't introduce side-effects in computed properties
Lint: app/components/details-list-item.js#L5
Please switch to a tagless component by setting `tagName: ''` or converting to a Glimmer component
Lint: app/components/dashboard-assignments-list.js#L112
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
Lint: app/components/dashboard-assignments-list.js#L105
Don't use observers
Lint: app/components/dashboard-assignments-list.js#L5
Don't use computed properties with native classes. Use getters or @Tracked properties instead
Lint: app/components/Droppable.js#L5
Don't create new mixins
Test
The operation was canceled.
Test
Canceling since a higher priority waiting request for ci-assignmentInitialScrolling exists
CI
Canceling since a higher priority waiting request for ci-assignmentInitialScrolling exists
Lint: app/components/assignment-info-student.js#L67
Do not use jQuery
Lint: app/components/assignment-info-student.js#L67
Do not use jQuery
Lint: app/components/answer-new.js#L148
Do not use jQuery
Lint: app/components/answer-new.js#L126
Do not use jQuery
Lint: app/components/add-create-student.js#L284
'$item' is defined but never used
Lint: app/components/add-create-student.js#L139
Do not use jQuery
Lint: app/components/add-create-student.js#L83
Do not use jQuery
Lint: app/app.js#L29
'rootElement' is assigned a value but never used
Lint: app/app.js#L28
'PRINT_DEBUG_TO_CONSOLE' is assigned a value but never used
Lint: app/app.js#L13
Do not use jQuery