src/actionItems: recursively evaluate all meetings #26
Annotations
10 errors and 5 warnings
Lint Code Base:
src/actionItems.test.ts#L1
Filename 'actionItems.test.ts' does not match the naming convention
|
Lint Code Base:
src/actionItems.ts#L2
'match' is defined but never used
|
Lint Code Base:
src/actionItems.ts#L6
Unnecessary escape character: \s
|
Lint Code Base:
src/actionItems.ts#L6
Unnecessary escape character: \S
|
Lint Code Base:
src/actionItems.ts#L14
Unnecessary escape character: \/
|
Lint Code Base:
src/actionItems.ts#L14
Unnecessary escape character: \/
|
Lint Code Base:
src/actionItems.ts#L14
Unnecessary escape character: \[
|
Lint Code Base:
src/actionItems.ts#L14
Unnecessary escape character: \]
|
Lint Code Base:
src/actionItems.ts#L14
Unnecessary escape character: \/
|
Lint Code Base:
src/actionItems.ts#L27
'meetingMatches' is never reassigned. Use 'const' instead
|
Lint Code Base
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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 Base:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint Code Base:
.prettierrc.json#L1
File ignored by default.
|
Lint Code Base:
src/actionItems.ts#L24
Expected a `for-of` loop instead of a `for` loop with this simple iteration
|
Lint Code Base:
src/actionItems.ts#L66
Expected a `for-of` loop instead of a `for` loop with this simple iteration
|