Skip to content

refactor(index.ts): refactor RBACError class constructor for better r… #18

refactor(index.ts): refactor RBACError class constructor for better r…

refactor(index.ts): refactor RBACError class constructor for better r… #18

Triggered via push August 9, 2024 07:51
Status Failure
Total duration 22s
Artifacts

CI.yml

on: push
Test_and_Coverage
12s
Test_and_Coverage
Publish
8s
Publish
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 warnings
Publish: src/index.ts#L167
Parameter 'operation' implicitly has an 'any' type.
Publish: src/index.ts#L167
Parameter 'model' implicitly has an 'any' type.
Publish: src/index.ts#L167
Parameter 'translate' implicitly has an 'any' type.
Publish: src/index.ts#L169
Property 'operation' does not exist on type 'RBACError'.
Publish: src/index.ts#L170
Property 'model' does not exist on type 'RBACError'.
Publish: src/index.ts#L172
Property 'status' does not exist on type 'RBACError'.
Publish: src/index.ts#L173
Property 'type' does not exist on type 'RBACError'.
Publish: src/index.ts#L175
Parameter 'key' implicitly has an 'any' type.
Publish: src/index.ts#L181
Property 'status' does not exist on type 'RBACError'.
Publish: src/index.ts#L189
Property 'operation' does not exist on type 'RBACError'.
Test_and_Coverage: src/index.ts#L167
Parameter 'operation' implicitly has an 'any' type.
Test_and_Coverage: src/index.ts#L167
Parameter 'model' implicitly has an 'any' type.
Test_and_Coverage: src/index.ts#L167
Parameter 'translate' implicitly has an 'any' type.
Test_and_Coverage: src/index.ts#L169
Property 'operation' does not exist on type 'RBACError'.
Test_and_Coverage: src/index.ts#L170
Property 'model' does not exist on type 'RBACError'.
Test_and_Coverage: src/index.ts#L172
Property 'status' does not exist on type 'RBACError'.
Test_and_Coverage: src/index.ts#L173
Property 'type' does not exist on type 'RBACError'.
Test_and_Coverage: src/index.ts#L175
Parameter 'key' implicitly has an 'any' type.
Test_and_Coverage: src/index.ts#L181
Property 'status' does not exist on type 'RBACError'.
Test_and_Coverage: src/index.ts#L189
Property 'operation' does not exist on type 'RBACError'.
Publish
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test_and_Coverage
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test_and_Coverage
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/