Skip to content

feat: add periodic department syncing #54

feat: add periodic department syncing

feat: add periodic department syncing #54

Triggered via push October 28, 2024 01:37
Status Success
Total duration 42s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
src/slack/handlers/views/eventlog.ts#L2
[@typescript-eslint/no-unused-vars] 'getOnboardingModal' is defined but never used. Allowed unused vars must match /^_/u.
src/slack/handlers/views/eventlog.ts#L4
[@typescript-eslint/no-unused-vars] 'prisma' is defined but never used. Allowed unused vars must match /^_/u.
src/spreadsheet/index.ts#L24
[@typescript-eslint/no-unused-vars] 'max50Hours' is defined but never used. Allowed unused vars must match /^_/u.
src/views/dash/circlepacker.ts#L308
[prefer-const] 'renderedCircles' is never reassigned. Use 'const' instead.
src/views/dash/circlepacker.ts#L308
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
src/views/dash/circlepacker.ts#L308
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
src/views/dash/circlepacker.ts#L308
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
src/views/dash/circlepacker.ts#L354
[prefer-const] 'diameter' is never reassigned. Use 'const' instead.
src/views/dash/circlepacker.ts#L361
[prefer-const] 'rendered' is never reassigned. Use 'const' instead.
src/views/dash/circlepacker.ts#L366
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
src/views/dash/circlepacker.ts#L368
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
src/views/dash/circlepacker.ts#L370
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
src/views/dash/circlepacker.ts#L374
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
src/views/dash/circlepacker.ts#L376
[@typescript-eslint/no-unused-vars] 'snapCircles' is assigned a value but never used. Allowed unused vars must match /^_/u.
Lint: src/slack/handlers/views/eventlog.ts#L2
'getOnboardingModal' is defined but never used. Allowed unused vars must match /^_/u
Lint: src/slack/handlers/views/eventlog.ts#L4
'prisma' is defined but never used. Allowed unused vars must match /^_/u
Lint: src/spreadsheet/index.ts#L24
'max50Hours' is defined but never used. Allowed unused vars must match /^_/u
Lint: src/views/dash/circlepacker.ts#L308
'renderedCircles' is never reassigned. Use 'const' instead
Lint: src/views/dash/circlepacker.ts#L308
Unexpected any. Specify a different type
Lint: src/views/dash/circlepacker.ts#L308
Unexpected any. Specify a different type
Lint: src/views/dash/circlepacker.ts#L308
Unexpected any. Specify a different type
Lint: src/views/dash/circlepacker.ts#L354
'diameter' is never reassigned. Use 'const' instead
Lint: src/views/dash/circlepacker.ts#L361
'rendered' is never reassigned. Use 'const' instead
Lint: src/views/dash/circlepacker.ts#L366
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer