Position determination with permitted massive deviation added. #218
test-and-release.yml
on: push
Matrix: adapter-tests
check-and-lint
15s
deploy
0s
Annotations
3 errors and 10 warnings
check-and-lint:
src/main.ts#L14
'count' is defined but never used
|
check-and-lint:
src/main.ts#L15
'stringify' is defined but never used
|
check-and-lint
Process completed with exit code 1.
|
check-and-lint:
src/lib/library.ts#L134
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
|
check-and-lint:
src/lib/library.ts#L173
Missing JSDoc @param "def" description
|
check-and-lint:
src/lib/library.ts#L241
Expected @param names to be "definition". Got "def, definition"
|
check-and-lint:
src/lib/library.ts#L242
Missing JSDoc @param "definition" description
|
check-and-lint:
src/lib/library.ts#L338
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
|
check-and-lint:
src/lib/library.ts#L378
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
|
check-and-lint:
src/lib/library.ts#L561
Missing JSDoc @param "del" description
|
check-and-lint:
src/main.ts#L455
Missing JSDoc @param "callback" description
|
check-and-lint:
src/main.ts#L497
Missing JSDoc @param "id" description
|
check-and-lint:
src/main.ts#L498
Missing JSDoc @param "state" description
|