Branch test of master (rtrembecky's PR) #727
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ESLint:
next.config.ts#L18
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run ESLint:
next.config.ts#L20
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run ESLint:
next.config.ts#L31
Unexpected any. Specify a different type
|
Run ESLint:
src/components/Admin/custom/MyEditActions.tsx#L25
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run ESLint:
src/components/Admin/dataProvider.ts#L3
'RaRecord' is defined but never used
|
Run ESLint:
src/components/Admin/dataProvider.ts#L28
Unexpected any. Specify a different type
|
Run ESLint:
src/components/PageLayout/MenuMain/BottomButtons.tsx#L1
'Box' is defined but never used
|
Run ESLint:
src/components/Problems/UploadProblemForm.tsx#L43
Unexpected console statement
|
Run ESLint:
src/components/SchoolSubForm/SchoolSubForm.tsx#L75
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run ESLint:
src/components/SchoolSubForm/SchoolSubForm.tsx#L86
React Hook useEffect has missing dependencies: 'setValue' and 'without_school'. Either include them or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading