Skip to content

feat: don't auto-deactivate mentors #46

feat: don't auto-deactivate mentors

feat: don't auto-deactivate mentors #46

Triggered via push October 17, 2024 02:43
Status Success
Total duration 40s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
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/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
Lint: src/views/dash/circlepacker.ts#L368
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
Lint: src/views/dash/circlepacker.ts#L370
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer