Merge branch 'next' into feature/draw-migration #2656
run-tests.yaml
on: push
Install dependencies
47s
Linting
31s
CSS linting
27s
Unit tests and e2e tests
28s
Type-checking
44s
Annotations
7 errors and 10 warnings
|
Type-checking
Process completed with exit code 2.
|
|
Type-checking:
src/plugins/draw/utils/createMeasureStyle.ts#L165
Argument of type 'unknown' is not assignable to parameter of type 'Options | undefined'.
|
|
Type-checking:
src/plugins/draw/utils/createMeasureStyle.ts#L159
Property 'width' does not exist on type '{}'.
|
|
Type-checking:
src/plugins/draw/utils/createMeasureStyle.ts#L147
Property 'color' does not exist on type '{}'.
|
|
Type-checking:
src/plugins/draw/utils/createMeasureStyle.ts#L146
Property 'color' does not exist on type '{}'.
|
|
Type-checking:
src/plugins/draw/utils/createMeasureStyle.ts#L36
Type 'Coordinate | undefined' is not assignable to type 'number | Coordinate'.
|
|
Type-checking:
src/plugins/draw/utils/createMeasureStyle.ts#L36
Type 'Coordinate | undefined' is not assignable to type 'number | Coordinate'.
|
|
Linting:
src/plugins/addressSearch/store.ts#L184
Unexpected 'todo' comment: 'TODO: The method was bound to the store...'
|
|
Linting:
src/core/types/plugin.ts#L173
Unexpected 'todo' comment: 'TODO: This fixes the type error, but...'
|
|
Linting:
src/core/types/main.ts#L320
Unexpected 'todo' comment: 'TODO: Generate this section via...'
|
|
Linting:
src/core/stores/main.ts#L93
Unexpected 'todo' comment: 'TODO: Check if this works as expected in...'
|
|
Linting:
src/core/stores/main.ts#L39
Unexpected 'todo' comment: 'TODO(dopenguin): Both will possibly be...'
|
|
Linting:
src/core/components/PolarContainer.ce.vue#L241
Unexpected 'fixme' comment: 'FIXME: Improve types for lightElement'
|
|
Linting:
examples/snowbox/index.js#L562
Unexpected 'todo' comment: 'TODO: support WFS-T layers for selection...'
|
|
Linting:
examples/snowbox/index.js#L99
Unexpected 'todo' comment: 'TODO: Add internalization to snowbox'
|
|
Linting:
eslintRules/import-style.ts#L73
tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
Linting:
eslintRules/import-style.ts#L73
tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"
|