Feature/user password history #286
Annotations
10 errors and 5 warnings
packages/nestjs-password/src/interfaces/password-creation-service.interface.ts#L38
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L10
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L10
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-malformed-html-name: Invalid HTML element: Expecting an HTML name
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-escape-greater-than: The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L22
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L22
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L23
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
packages/typeorm-common/src/services/base.service.ts#L30
Missing JSDoc @param "queryOptions" description
|
packages/typeorm-common/src/services/base.service.ts#L48
Expected @param names to be "options, queryOptions". Got "findOneOptions, queryOptions"
|
This job failed
Loading