Generating import file for postman #1915
Annotations
10 errors and 1 warning
Lint:
tools/src/tester/ChapterReader.ts#L28
Parameter name `collectionPath` must match one of the following formats: snake_case, UPPER_CASE
|
Lint:
tools/src/tester/ChapterReader.ts#L44
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
Lint:
tools/src/tester/PostmanManager.ts#L1
Missing license header
|
Lint:
tools/src/tester/PostmanManager.ts#L7
Parameter name `collectionPath` must match one of the following formats: snake_case, UPPER_CASE
|
Lint:
tools/src/tester/PostmanManager.ts#L18
Class Method name `addToCollection` must match one of the following formats: snake_case
|
Lint:
tools/src/tester/PostmanManager.ts#L25
Parameter name `contentType` must match one of the following formats: snake_case, UPPER_CASE
|
Lint:
tools/src/tester/PostmanManager.ts#L27
Variable name `bodyContent` must match one of the following formats: snake_case, UPPER_CASE
|
Lint:
tools/src/tester/PostmanManager.ts#L27
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Lint:
tools/src/tester/PostmanManager.ts#L28
Missing return type on function
|
Lint:
tools/src/tester/PostmanManager.ts#L29
Expected indentation of 8 spaces but found 10
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading