Skip to content

Move logic to start report actions list at index to BaseInvertedFlatList #10993

Move logic to start report actions list at index to BaseInvertedFlatList

Move logic to start report actions list at index to BaseInvertedFlatList #10993

Triggered via pull request January 16, 2025 21:32
Status Failure
Total duration 2m 21s
Artifacts

lint-changed.yml

on: pull_request
Changed files ESLint check
2m 13s
Changed files ESLint check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L36
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L37
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L38
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L39
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L41
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L43
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/pages/home/ReportScreen.tsx#L44
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/pages/home/report/ReportActionsList.tsx#L27
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/report/ReportActionsList.tsx#L28
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/home/report/ReportActionsList.tsx#L32
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636