testing #1238
Annotations
21 errors
|
type-check:
src/pages/benchmarks/[benchmark_id]/index.tsx#L291
Parameter 'file' implicitly has an 'any' type.
|
|
type-check:
src/pages/_app.tsx#L7
Could not find a declaration file for module 'superjson'. '/home/runner/work/compass/compass/node_modules/superjson/dist/index.js' implicitly has an 'any' type.
|
|
type-check:
src/components/iep/Iep.tsx#L110
Parameter 'goal' implicitly has an 'any' type.
|
|
type-check:
src/components/benchmarks/BenchmarkAssignmentModal.tsx#L182
Parameter 'para' implicitly has an 'any' type.
|
|
type-check:
src/components/benchmarks/BenchmarkAssignmentModal.tsx#L181
Parameter 'para' implicitly has an 'any' type.
|
|
type-check:
src/components/benchmarks/BenchmarkAssignmentModal.tsx#L63
Parameter 'ele' implicitly has an 'any' type.
|
|
type-check:
src/components/benchmarks/BenchmarkAssignmentModal.tsx#L62
Binding element 'assignee_id' implicitly has an 'any' type.
|
|
type-check:
src/components/benchmarks/BenchmarkAssignees.tsx#L36
Parameter 'u' implicitly has an 'any' type.
|
|
type-check:
src/backend/trpc.ts#L3
Could not find a declaration file for module 'superjson'. '/home/runner/work/compass/compass/node_modules/superjson/dist/index.js' implicitly has an 'any' type.
|
|
type-check:
src/backend/tests/fixtures/get-test-server.ts#L12
Could not find a declaration file for module 'superjson'. '/home/runner/work/compass/compass/node_modules/superjson/dist/index.js' implicitly has an 'any' type.
|
|
lint:
src/backend/routers/admin.test.ts#L8
Unsafe assignment of an error typed value
|
|
lint:
src/backend/lib/pdf-generator.ts#L494
Unsafe member access .last_name on an `error` typed value
|
|
lint:
src/backend/lib/pdf-generator.ts#L494
Unsafe argument of type error typed assigned to a parameter of type `string | null | undefined`
|
|
lint:
src/backend/lib/pdf-generator.ts#L494
Unsafe member access .first_name on an `error` typed value
|
|
lint:
src/backend/lib/pdf-generator.ts#L494
Unsafe argument of type error typed assigned to a parameter of type `string | null | undefined`
|
|
lint:
src/backend/lib/pdf-generator.ts#L186
Unsafe member access .last_name on an `error` typed value
|
|
lint:
src/backend/lib/pdf-generator.ts#L186
Unsafe argument of type error typed assigned to a parameter of type `string | null | undefined`
|
|
lint:
src/backend/lib/pdf-generator.ts#L186
Unsafe member access .first_name on an `error` typed value
|
|
lint:
src/backend/lib/pdf-generator.ts#L186
Unsafe argument of type error typed assigned to a parameter of type `string | null | undefined`
|
|
lint:
src/backend/lib/pdf-generator.ts#L147
Unsafe object destructuring of a property with an error typed value
|
|
storybook-tests
Process completed with exit code 1.
|