Apply prettier to edition.ts #2424
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
src/api/clients/IOClients/IOClientFactory.ts#L75
Static method 'createClient' has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/apps/Builder.ts#L98
Arrow function has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/apps/Builder.ts#L107
Arrow function has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/apps/Builder.ts#L117
Arrow function has too many parameters (5). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/apps/Builder.ts#L121
Async arrow function has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/apps/Builder.ts#L154
Async arrow function has too many parameters (6). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/apps/Builder.ts#L181
Method 'updateStickyHost' has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/clients/IOClients/infra/Runtime.ts#L26
Async method 'debugDotnetApp' has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/modules/build.ts#L31
Arrow function has too many parameters (4). Maximum allowed is 3
|
lint:
src/api/modules/build.ts#L90
Prefer an early return to prevent nesting and improve code readability
|
test (12, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (12, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (12, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|