add submod? #18
Annotations
12 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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|