Merge pull request #2286 from leggedrobotics/fix/rewort_file_transfer #1322
Annotations
10 warnings
|
eslint:
backend/tests/soft-delete/soft-delete-behavior.test.ts#L386
Object Literal Property name `image_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/tests/soft-delete/soft-delete-behavior.test.ts#L322
Object Literal Property name `key_type` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/tests/auth/auth-flow/affiliation-sync.test.ts#L28
Object Literal Property name `access_groups` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/tests/auth/auth-flow/affiliation-sync.test.ts#L25
Object Literal Property name `access_groups` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/src/services/mission.service.ts#L241
Type Property name `mission_uuid` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/src/services/mission.service.ts#L158
Async method 'findMany' has a complexity of 22. Maximum allowed is 20
|
|
eslint:
backend/src/services/file-storage.service.ts#L78
Object Literal Property name `response-content-disposition` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/src/services/file-query.service.ts#L126
Do not nest ternary expressions
|
|
eslint:
backend/src/services/file-query.service.ts#L83
Async method 'findMany' has a complexity of 49. Maximum allowed is 20
|
|
eslint:
backend/src/routing/filters/global-error-filter.ts#L27
Method 'catch' has a complexity of 25. Maximum allowed is 20
|