Skip to content

fix: remove submod

fix: remove submod #15

Triggered via push March 4, 2024 20:40
Status Success
Total duration 1m 50s
Artifacts
Matrix: Analyze Code
Matrix: Lint Code
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Lint Code (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint Code (20.x): src/auth.ts#L7
'token' is defined but never used. Allowed unused args must match /^_/u
Lint Code (20.x): src/database/joke.ts#L1
'Flag' is defined but never used
Lint Code (20.x): src/database/joke.ts#L9
'amount' is assigned a value but never used
Lint Code (20.x): src/database/submission.ts#L12
'submission' is defined but never used. Allowed unused args must match /^_/u
Lint Code (20.x): src/database/submission.ts#L17
'submissionId' is defined but never used. Allowed unused args must match /^_/u
Lint Code (20.x): src/meter.ts#L1
'meter' is defined but never used
Lint Code (20.x): src/routes/joke.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
Lint Code (20.x): src/routes/joke.ts#L4
'res' is defined but never used. Allowed unused args must match /^_/u
Lint Code (20.x): src/routes/submission.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
Lint Code (20.x): src/routes/submission.ts#L4
'res' is defined but never used. Allowed unused args must match /^_/u
Analyze Code (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Code (javascript)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/