Merge pull request #21 from scruplelesswizard/fix-telemetry-fallthrough #25
Annotations
3 errors and 10 warnings
quality:
src/decrypt.ts#L2
All these imports are only used as types.
|
quality
Process completed with exit code 1.
|
publish
NpmCallError: Call to "npm publish" exited with non-zero exit code 1
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
npm ERR! code E404
npm ERR! 404 Not Found - PUT https://registry.npmjs.org/@meshtastic%2fnode-red-contrib-meshtastic - Not found
npm ERR! 404
npm ERR! 404 '@meshtastic/node-red-contrib-meshtastic@2.2.18-1' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-01-13T01_55_34_382Z-debug-0.log
|
quality:
vite.config.ts#L2
Using Node.js modules are forbidden.
|
quality:
vite.config.ts#L2
A Node.js builtin module should be imported with the node: protocol.
|
quality:
vite.config.ts#L4
Avoid default exports.
|
quality:
src/decrypt.ts#L1
Using Node.js modules are forbidden.
|
quality:
src/decrypt.ts#L1
A Node.js builtin module should be imported with the node: protocol.
|
quality:
src/decrypt.ts#L26
Avoid default exports.
|
quality:
src/decrypt.ts#L9
This variable is unused.
|
quality:
src/decrypt.ts#L12
This variable is unused.
|
quality:
src/decode.ts#L57
A switch clause should only have a single statement.
|
quality:
src/decode.ts#L37
Excessive complexity detected.
|