chore(ci): Create continuous integration and deployment pipelines #7
Annotations
20 errors and 13 warnings
next/app/(main)/[slug]/page.tsx#L91
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/beitraege/getPosts.ts#L13
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L68
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/events/[slug]/page.tsx#L59
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/page.tsx#L32
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/page.tsx#L70
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/page.tsx#L107
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/sendungen/page.tsx#L36
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/app/(main)/team/PageTeam.tsx#L43
[react/jsx-key] Missing "key" prop for element in iterator
|
next/app/(special)/bestellung/check/page.tsx#L33
[react-hooks/rules-of-hooks] React Hook "useSWR" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
next/app/(special)/bestellung/check/page.tsx#L39
[react-hooks/rules-of-hooks] React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
next/components/Footer/BarLinks.tsx#L22
[react/display-name] Component definition is missing display name
|
next/components/Footer/BarLinks.tsx#L106
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/components/Header/Header.tsx#L308
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/components/Header/Header.tsx#L346
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/components/Header/Header.tsx#L367
[@typescript-eslint/ban-ts-comment] Definition for rule '@typescript-eslint/ban-ts-comment' was not found.
|
next/components/ProgramBox/ProgramBox.tsx#L170
[react/jsx-no-duplicate-props] No duplicate props allowed
|
next/components/ProgramBox/ProgramBox.tsx#L180
[react/jsx-no-duplicate-props] No duplicate props allowed
|
next-lint
Process completed with exit code 1.
|
next-lint
18 errors and 12 warnings
|
next/app/(main)/beitraege/PostList.tsx#L38
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'loadMoreUsers'. Either include it or remove the dependency array.
|
next/app/(main)/beitraege/PostList.tsx#L46
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'posts'. Either include it or remove the dependency array.
|
next/app/(main)/bestellung/Form.tsx#L36
[react-hooks/exhaustive-deps] React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array.
|
next/app/(main)/mitglied-werden/Statement.tsx#L13
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'props.statements.length'. Either include it or remove the dependency array. If 'setRandomIndex' needs the current value of 'props.statements.length', you can also switch to useReducer instead of useState and read 'props.statements.length' in the reducer.
|
next/app/(special)/bestellung/check/page.tsx#L61
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'searchParams.id'. Either include it or remove the dependency array.
|
next/components/AudioFilePlayer.tsx#L94
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'duration'. Either include it or remove the dependency array.
|
next/components/Footer/BarLinks.tsx#L22
[import/no-anonymous-default-export] Assign arrow function to a variable before exporting as module default
|
next/components/Header/AudioRabePlayerLabel.tsx#L76
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'oldData'. Either include it or remove the dependency array.
|
next/components/Header/AudioRabePlayerLabel.tsx#L102
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'animate', 'artist.length', 'show.length', 'timeDiff', and 'title.length'. Either include them or remove the dependency array.
|
next/lib/Colors.ts#L1
[import/no-anonymous-default-export] Assign object to a variable before exporting as module default
|
next/lib/Fonts.ts#L218
[import/no-anonymous-default-export] Assign object to a variable before exporting as module default
|
next/lib/useProductFilter.tsx#L40
[react-hooks/exhaustive-deps] React Hook useCallback has a missing dependency: 'pathName'. Either include it or remove the dependency array.
|
next-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|