Skip to content

Smart Contract Wallet Support #814

Smart Contract Wallet Support

Smart Contract Wallet Support #814

Triggered via pull request October 3, 2024 23:35
Status Success
Total duration 1m 29s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@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/HomeScreen.tsx#L8
'StyleSheet' is defined but never used
lint: example/src/HomeScreen.tsx#L21
'useConversationList' is defined but never used
lint: example/src/HomeScreen.tsx#L132
'ConversationItem' is defined but never used
lint: example/src/LaunchScreen.tsx#L10
'ClientOptions' is defined but never used
lint: example/src/LaunchScreen.tsx#L291
'dbEncryptionKey' is assigned a value but never used
lint: example/src/tests/groupTests.ts#L1847
Replace `⏎····isAllowed·===·true,⏎····`bo·group·should·be·allowed·but·was·${isAllowed}`⏎··` with `isAllowed·===·true,·`bo·group·should·be·allowed·but·was·${isAllowed}``
lint: example/src/tests/groupTests.ts#L1852
Replace `await·group.state` with `(await·group.state)`
lint: example/src/tests/groupTests.ts#L1855
Delete `··`
lint: example/src/tests/groupTests.ts#L1857
'isDenied' is never reassigned. Use 'const' instead
lint: example/src/tests/groupTests.ts#L1858
Replace `⏎····isDenied·===·true,⏎····`bo·group·should·be·denied·but·was·${isDenied}`⏎··` with `isDenied·===·true,·`bo·group·should·be·denied·but·was·${isDenied}``