feat(prefer-immutable-types): allow for changing suggestion messages … #453
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cz-adapter/engine.ts#L19
Unexpected any. Specify a different type
|
src/rules/no-mixed-types.ts#L184
Unexpected any. Specify a different type
|
src/rules/prefer-immutable-types.ts#L598
'fix' is already declared in the upper scope on line 579 column 15
|
src/rules/prefer-immutable-types.ts#L692
'fix' is already declared in the upper scope on line 675 column 13
|
src/rules/prefer-immutable-types.ts#L746
'fix' is already declared in the upper scope on line 726 column 11
|
src/rules/prefer-immutable-types.ts#L933
'fix' is already declared in the upper scope on line 921 column 38
|
src/utils/rule.ts#L53
Missing JSDoc comment
|
src/utils/rule.ts#L132
Unexpected any. Specify a different type
|
src/utils/rule.ts#L155
Unexpected any. Specify a different type
|
src/utils/rule.ts#L164
Unsafe assignment of an `any` value
|
This job succeeded
Loading