Stage zero V3 dms #800
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/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}``
|
lint:
example/src/tests/groupTests.ts#L1863
Replace `await·group.consentState(` with `(await·group.consentState()`
|
lint:
example/src/tests/groupTests.ts#L1869
Replace `⏎····isAllowed·===·true,⏎····`bo·group·should·be·allowed2·but·was·${isAllowed}`⏎··` with `isAllowed·===·true,·`bo·group·should·be·allowed2·but·was·${isAllowed}``
|
lint:
example/src/tests/groupTests.ts#L1874
Replace `await·group.consentState(` with `(await·group.consentState()`
|
lint:
example/src/tests/v3OnlyTests.ts#L74
'alixV2' is assigned a value but never used
|
lint:
example/src/tests/v3OnlyTests.ts#L97
'alixV2' is assigned a value but never used
|