Add unit tests for kinematics modules #26
Annotations
10 warnings
|
Lint:
tests/unit/adapters/github/env.test.ts#L10
Async arrow function has no 'await' expression
|
|
Lint:
src/adapters/wikipedia/planner.ts#L95
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/adapters/wikipedia/env.ts#L114
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/adapters/wikipedia/env.ts#L106
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/adapters/wikipedia/env.ts#L103
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/adapters/wikipedia/env.ts#L73
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/adapters/wikipedia/env.ts#L44
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/adapters/github/policy.ts#L12
Async method 'decide' has no 'await' expression
|
|
Lint:
src/adapters/github/deterministic-policy.ts#L61
Async method 'decide' has no 'await' expression
|
|
Lint:
src/adapters/github/agent-evaluator.ts#L6
Async method 'evaluate' has no 'await' expression
|