Clean up #2
ci.yml
on: push
lint
1m 23s
test
1m 19s
build-library
3m 54s
build-android
4m 20s
build-ios
16m 13s
Annotations
7 errors and 25 warnings
test
Process completed with exit code 1.
|
lint:
example/src/models/DB.ts#L4
'_' is defined but never used
|
lint:
src/components/Table/TableModal.tsx#L25
React Hook useEffect has missing dependencies: 'checkedRowValue' and 'tableData.fields'. Either include them or remove the dependency array. If 'setModel' needs the current value of 'tableData.fields', you can also switch to useReducer instead of useState and read 'tableData.fields' in the reducer
|
lint:
src/components/Table/index.tsx#L33
React Hook useEffect has an unnecessary dependency: 'DB.error'. Either exclude it or remove the dependency array. Outer scope values like 'DB.error' aren't valid dependencies because mutating them doesn't re-render the component
|
lint:
src/index.tsx#L21
React Hook useEffect has a missing dependency: 'loadBase'. Either include it or remove the dependency array
|
lint:
src/index.tsx#L28
React Hook useEffect has a missing dependency: 'signatures'. Either include it or remove the dependency array
|
lint
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
babel.config.js#L2
Replace `presets:·[⏎····['module:react-native-builder-bob/babel-preset',·{·modules:·'commonjs'·}],⏎··` with `··presets:·[['module:react-native-builder-bob/babel-preset',·{·modules:·'commonjs'·}]`
|
lint:
example/babel.config.js#L8
Insert `··`
|
lint:
example/babel.config.js#L9
Insert `····`
|
lint:
example/babel.config.js#L10
Insert `··`
|
lint:
example/babel.config.js#L11
Insert `··`
|
lint:
example/jest.config.js#L2
Insert `··`
|
lint:
example/metro.config.js#L15
Insert `··`
|
lint:
example/metro.config.js#L16
Replace `··` with `····`
|
lint:
example/metro.config.js#L17
Insert `··`
|
lint:
example/react-native.config.js#L5
Insert `··`
|
build-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-ios
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-ios
Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
|
build-ios:
example/ios/Pods/glog/src/utilities.cc#L254
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/glog/src/raw_logging.cc#L153
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/glog/src/utilities.cc#L254
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/glog/src/raw_logging.cc#L153
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L88
'OSSpinLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L283
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L285
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L297
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L299
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
|