Skip to content
GitHub Actions / ESLint Report Analysis succeeded Oct 29, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 17 ESLint warning(s) found

Details

Annotations

Check warning on line 1 in src/slack/handlers/actions/report.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/slack/handlers/actions/report.ts#L1

[@typescript-eslint/no-unused-vars] 'getCertifyModal' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 1 in src/slack/handlers/actions/report.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/slack/handlers/actions/report.ts#L1

[@typescript-eslint/no-unused-vars] 'getCertRequestMessage' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 2 in src/slack/handlers/actions/report.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/slack/handlers/actions/report.ts#L2

[@typescript-eslint/no-unused-vars] 'createCertRequest' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 102 in src/slack/handlers/actions/report.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/slack/handlers/actions/report.ts#L102

[@typescript-eslint/no-unused-vars] 'client' is defined but never used. Allowed unused args must match /^_/u.

Check warning on line 2 in src/slack/handlers/views/eventlog.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/slack/handlers/views/eventlog.ts#L2

[@typescript-eslint/no-unused-vars] 'getOnboardingModal' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 4 in src/slack/handlers/views/eventlog.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/slack/handlers/views/eventlog.ts#L4

[@typescript-eslint/no-unused-vars] 'prisma' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 308 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/dash/circlepacker.ts#L308

[prefer-const] 'renderedCircles' is never reassigned. Use 'const' instead.

Check warning on line 308 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/dash/circlepacker.ts#L308

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 308 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/dash/circlepacker.ts#L308

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 308 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/dash/circlepacker.ts#L308

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 354 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/dash/circlepacker.ts#L354

[prefer-const] 'diameter' is never reassigned. Use 'const' instead.

Check warning on line 361 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/dash/circlepacker.ts#L361

[prefer-const] 'rendered' is never reassigned. Use 'const' instead.

Check warning on line 366 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 368 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 370 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 374 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 376 in src/views/dash/circlepacker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.