Skip to content

Release/1.2.1 [dev] #447

Release/1.2.1 [dev]

Release/1.2.1 [dev] #447

Triggered via pull request July 24, 2024 09:24
Status Failure
Total duration 1m 49s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

59 errors and 33 warnings
src/entities/flanker/lib/utils/helpers.ts#L27
Insert `··` (prettier/prettier)
src/entities/flanker/lib/utils/helpers.ts#L28
Insert `··` (prettier/prettier)
src/entities/flanker/lib/utils/helpers.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.alwaysAvailable.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.daily.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.monthly.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.weekly.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
Lint
Linting failures detected. See check runs with annotations for details.
src/entities/flanker/lib/utils/helpers.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.alwaysAvailable.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.daily.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/flanker/lib/utils/helpers.ts#L27
Insert `··` (prettier/prettier)
src/entities/notification/model/factory/tests/NotificationBuilder.monthly.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/notification/model/factory/tests/NotificationBuilder.weekly.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/flanker/lib/utils/helpers.ts#L28
Insert `··` (prettier/prettier)
index.js#L26
'React' must be in scope when using JSX (react/react-in-jsx-scope)
src/entities/event/model/operations/ScheduledDateCalculator.test.js#L461
'tempGetNow' is already declared in the upper scope on line 7 column 7 (no-shadow)
src/features/pass-survey/lib/markdownVariableReplacer.ts#L204
Unnecessary escape character: \[ (no-useless-escape)
src/features/streaming/ui/ConnectionModal.tsx#L27
Inline style: { flex: 1 } (react-native/no-inline-styles)
src/screens/ui/AppletBottomTabNavigator.tsx#L39
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “AppletBottomTabNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/LoginScreen.tsx#L61
Inline style: { paddingVertical: 16 } (react-native/no-inline-styles)
src/screens/ui/RootNavigator.tsx#L168
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L187
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L212
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L220
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L268
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L281
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/SignUpScreen.tsx#L27
Inline style: { flex: 1 } (react-native/no-inline-styles)
src/shared/lib/encryption/encryption.test.js#L113
Describe block title is used multiple times in the same describe block (jest/no-identical-title)
src/shared/lib/utils/file.ts#L5
Unnecessary escape character: \/ (no-useless-escape)
src/shared/ui/survey/AudioRecorderItem.tsx#L140
Unnecessary escape character: \/ (no-useless-escape)
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
index.js#L26
'React' must be in scope when using JSX (react/react-in-jsx-scope)
src/entities/event/model/operations/ScheduledDateCalculator.test.js#L461
'tempGetNow' is already declared in the upper scope on line 7 column 7 (no-shadow)
src/features/pass-survey/lib/markdownVariableReplacer.ts#L204
Unnecessary escape character: \[ (no-useless-escape)
src/features/streaming/ui/ConnectionModal.tsx#L27
Inline style: { flex: 1 } (react-native/no-inline-styles)
src/screens/ui/AppletBottomTabNavigator.tsx#L39
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “AppletBottomTabNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/LoginScreen.tsx#L61
Inline style: { paddingVertical: 16 } (react-native/no-inline-styles)
src/screens/ui/RootNavigator.tsx#L168
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L187
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L212
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L220
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L268
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/RootNavigator.tsx#L281
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true (react/no-unstable-nested-components)
src/screens/ui/SignUpScreen.tsx#L27
Inline style: { flex: 1 } (react-native/no-inline-styles)
src/shared/lib/encryption/encryption.test.js#L113
Describe block title is used multiple times in the same describe block (jest/no-identical-title)
src/shared/lib/utils/file.ts#L5
Unnecessary escape character: \/ (no-useless-escape)
src/shared/ui/survey/AudioRecorderItem.tsx#L140
Unnecessary escape character: \/ (no-useless-escape)