chore: 727 react natives new architecture will disrupt our apps #1259
Triggered via pull request
August 25, 2025 07:27
SUBBH-Equinor
edited
#749
Status
Failure
Total duration
2m 29s
Artifacts
–
lint-pr.yml
on: pull_request_target
🛂 Lint PR title
7s
👁️ Validate code
2m 26s
Annotations
7 errors, 10 warnings, and 1 notice
🛂 Lint PR title
No release type found in pull request title "chore:727 react natives new architecture will disrupt our apps". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/
Available types:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
|
👁️ Validate code
Process completed with exit code 2.
|
👁️ Validate code
@equinor/mad-chronicles#lint: command (/home/runner/work/mad/mad/apps/chronicles) /tmp/xfs-f98f4935/yarn run lint --fix exited (2)
|
👁️ Validate code
Parameter 'ScreenComponent' implicitly has an 'any' type.
|
👁️ Validate code
Property 'route' does not exist on type 'Readonly<{}>'.
|
👁️ Validate code
Parameter 'ScreenComponent' implicitly has an 'any' type.
|
👁️ Validate code
Could not find a declaration file for module 'prop-types'. '/home/runner/work/mad/mad/node_modules/prop-types/index.js' implicitly has an 'any' type.
|
👁️ Validate code:
packages/components/src/components/ErrorBoundary/ErrorBoundaryScreen.tsx#L4
'SafeAreaView' is defined but never used
|
👁️ Validate code:
packages/components/src/components/ErrorBoundary/ErrorBoundaryScreen.tsx#L2
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
👁️ Validate code:
packages/components/src/components/ErrorBoundary/ErrorBoundary.tsx#L1
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
👁️ Validate code:
packages/core/src/store/mad-config/mad-config.ts#L36
React Hook useMemo has an unnecessary dependency: 'config.currentEnvironment'. Either exclude it or remove the dependency array
|
👁️ Validate code:
packages/core/src/index.ts#L1
'getConfig' is defined but never used
|
👁️ Validate code:
packages/core/src/components/screens/settings/useSignOut.ts#L6
'getConfig' is defined but never used
|
👁️ Validate code:
packages/core/src/components/screens/LoginScreen.tsx#L5
'getConfig' is defined but never used
|
👁️ Validate code:
packages/core/src/components/screens/AboutScreen.tsx#L8
'useExperimentalFeatures' is defined but never used
|
👁️ Validate code:
packages/skia-draw/src/premades/ImageMarkup/EDSControlPanel/EDSControlPanel.tsx#L1
'KeyboardAvoidingView' is defined but never used
|
👁️ Validate code:
packages/auth/src/Expo-AuthSession/hooks/useAuthenticate.ts#L65
React Hook useEffect has missing dependencies: 'config', 'enableAutomaticAuthentication', and 'withAuthenticationPromiseHandler'. Either include them or remove the dependency array
|
🛂 Lint PR title
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|