feat: add GitLab notifications #435
Triggered via pull request
September 10, 2023 12:19
Status
Failure
Total duration
4m 25s
Artifacts
–
ci.yml
on: pull_request
lint-ts
25s
lint-rs
1m 7s
typecheck
31s
build-front
44s
build-app
4m 15s
Annotations
2 errors and 6 warnings
lint-ts
Process completed with exit code 1.
|
typecheck
Process completed with exit code 1.
|
lint-ts:
src/lib/features/createGitlabNotificationData.ts#L5
'savedNotifications' is defined but never used. Allowed unused args must match /^_/u
|
lint-ts:
src/lib/features/createGitlabNotificationData.ts#L6
'firstTime' is defined but never used. Allowed unused args must match /^_/u
|
lint-ts:
src/routes/(app)/dashboard/+page.svelte#L22
'createGitlabNotificationData' is defined but never used
|
lint-ts:
src/routes/(app)/dashboard/+page.svelte#L36
'GitlabEvent' is defined but never used
|
lint-ts:
src/routes/(app)/dashboard/+page.svelte#L166
'newNotifications' is assigned a value but never used
|
lint-ts:
src/routes/(app)/dashboard/+page.svelte#L169
Unexpected console statement
|