Skip to content

chore(ci): Configure eslint in CI

bc02682
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

chore(ci): Configure eslint in CI #9

chore(ci): Configure eslint in CI
bc02682
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis failed Mar 9, 2026 in 2s

ESLint Report Analysis

321 ESLint error(s) and 155 ESLint warning(s) found

Details

Annotations

Check failure on line 51 in next/components/AudioFiles.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/AudioFiles.tsx#L51

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

Check failure on line 19 in next/app/(main)/programm/[date]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/programm/[date]/page.tsx#L19

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

Check warning on line 99 in next/components/AudioFiles.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/AudioFiles.tsx#L99

[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.

Check failure on line 29 in next/lib/Colors.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/lib/Colors.ts#L29

[no-var] Unexpected var, use let or const instead.

Check failure on line 109 in next/app/(main)/geschichte/PageHistory.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/geschichte/PageHistory.tsx#L109

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

Check failure on line 20 in next/app/(main)/programm/[date]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/programm/[date]/page.tsx#L20

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

Check warning on line 101 in next/components/AudioFiles.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/AudioFiles.tsx#L101

[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.

Check failure on line 135 in next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L135

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

Check failure on line 43 in next/lib/Colors.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/lib/Colors.ts#L43

[no-var] Unexpected var, use let or const instead.

Check failure on line 138 in next/app/(main)/geschichte/PageHistory.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/geschichte/PageHistory.tsx#L138

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

Check failure on line 28 in next/app/(main)/programm/[date]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/programm/[date]/page.tsx#L28

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

Check warning on line 10 in next/app/(main)/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/page.tsx#L10

[@typescript-eslint/no-unused-vars] 'notFound' is defined but never used.

Check warning on line 4 in next/app/(api)/api/healthcheck/route.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(api)/api/healthcheck/route.ts#L4

[@typescript-eslint/no-unused-vars] 'request' is defined but never used.

Check failure on line 102 in next/components/AudioFiles.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/AudioFiles.tsx#L102

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

Check failure on line 206 in next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L206

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

Check failure on line 44 in next/lib/Colors.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/lib/Colors.ts#L44

[no-var] Unexpected var, use let or const instead.

Check failure on line 139 in next/app/(main)/geschichte/PageHistory.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/geschichte/PageHistory.tsx#L139

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

Check failure on line 192 in next/components/ProgramBox/ProgramBox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/ProgramBox/ProgramBox.tsx#L192

[react/jsx-no-duplicate-props] No duplicate props allowed

Check failure on line 31 in next/app/(main)/programm/[date]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/programm/[date]/page.tsx#L31

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

Check failure on line 30 in next/components/Header/PlayButton.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/Header/PlayButton.tsx#L30

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

Check failure on line 45 in next/app/(main)/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/page.tsx#L45

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

Check failure on line 10 in next/components/BreadCrumb.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/components/BreadCrumb.tsx#L10

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

Check warning on line 3 in next/app/(api)/api/order/check/route.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(api)/api/order/check/route.ts#L3

[@typescript-eslint/no-unused-vars] 'ItemsMemberProduct' is defined but never used.

Check failure on line 62 in next/app/(main)/beitrag/[date]/[postslug]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L62

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

Check failure on line 45 in next/lib/Colors.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

next/lib/Colors.ts#L45

[no-var] Unexpected var, use let or const instead.