Various CLI improvements and fixes (and one backend fix) #1259
Annotations
10 warnings
|
eslint:
frontend/src/components/help-message.vue#L16
Prop 'text' requires default value to be set
|
|
eslint:
frontend/src/components/documentation-icon.vue#L14
Prop 'link' requires default value to be set
|
|
eslint:
frontend/src/components/button-wrapper/dialog-opener-create-mission.vue#L21
Prop 'projectUuid' requires default value to be set
|
|
eslint:
frontend/src/components/actions/compute-resources-selector.vue#L206
Variable name `number_` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
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/file.service.ts#L1107
Object Literal Property name `response-content-disposition` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
|
eslint:
backend/src/routing/filters/global-error-filter.ts#L27
Method 'catch' has a complexity of 25. Maximum allowed is 20
|