init commit #1
ci.yml
on: push
lint
1m 26s
test
1m 23s
build-library
1m 34s
build-android
15m 15s
build-ios
22m 1s
Annotations
12 errors and 25 warnings
test
Process completed with exit code 1.
|
lint:
example/src/App.tsx#L17
React Hook useEffect has a missing dependency: 'loadBase'. Either include it or remove the dependency array
|
lint:
example/src/App.tsx#L18
Delete `··`
|
lint:
example/src/models/DB.ts#L4
'_' is defined but never used
|
lint:
src/Helpers.ts#L1
Replace `"./types"` with `'./types'`
|
lint:
src/Helpers.ts#L3
Replace `fields:·TableSignature['fields'],·prefillValue:·TableSignatureValue·|·null` with `⏎··fields:·TableSignature['fields'],⏎··prefillValue:·TableSignatureValue·|·null⏎`
|
lint:
src/Helpers.ts#L4
Replace `↹return·fields.reduce(` with `··return·fields.reduce(⏎····`
|
lint:
src/Helpers.ts#L5
Replace `↹↹` with `······`
|
lint:
src/Helpers.ts#L6
Replace `↹↹↹[field.name]:·!!prefillValue·?·(prefillValue?.[field.name]·||·'')` with `········[field.name]:·!!prefillValue·?·prefillValue?.[field.name]·||·''`
|
lint:
src/Helpers.ts#L7
Replace `↹↹})` with `······});`
|
lint:
src/Helpers.ts#L9
Replace `↹↹` with `······`
|
build-library
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:
example/src/models/DB.ts#L34
Redundant double negation
|
lint:
example/src/models/DB.ts#L52
Redundant double negation
|
lint:
src/Helpers.ts#L6
Redundant double negation
|
lint:
src/components/Input/index.tsx#L92
Redundant double negation
|
lint:
src/components/Select/ModalContent.tsx#L18
Redundant double negation
|
lint:
src/components/Select/ModalContent.tsx#L37
Inline style: { marginTop: 10 }
|
lint:
src/components/Table/TableModal.tsx#L27
'model' is already declared in the upper scope on line 19 column 9
|
lint:
src/components/Table/TableModal.tsx#L30
Redundant double negation
|
lint:
src/components/Table/TableModal.tsx#L44
Redundant double negation
|
lint:
src/components/Table/TableModal.tsx#L53
Redundant double negation
|
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]
|