fix: remove unused structures #47
test.yml
on: push
test
/
lint
22s
test
/
compile
0s
Annotations
10 errors and 10 warnings
test / lint
@kirishima/core#lint: command (/home/runner/work/kirishima/kirishima/packages/core) pnpm run lint exited (1)
|
test / lint:
packages/core/src/Structures/BasePlayer.ts#L11
Unsafe argument of type `any` assigned to a parameter of type `string`
|
test / lint:
packages/core/src/Structures/BasePlayer.ts#L15
Unsafe argument of type `any` assigned to a parameter of type `string`
|
test / lint:
packages/core/src/Structures/Filter.ts#L16
'any' overrides all other types in this union type
|
test / lint:
packages/core/src/Structures/Filter.ts#L17
'any' overrides all other types in this union type
|
test / lint:
packages/core/src/Structures/Filter.ts#L18
'any' overrides all other types in this union type
|
test / lint:
packages/core/src/Structures/Filter.ts#L19
'any' overrides all other types in this union type
|
test / lint:
packages/core/src/Structures/Filter.ts#L20
'any' overrides all other types in this union type
|
test / lint:
packages/core/src/Structures/Filter.ts#L21
'any' overrides all other types in this union type
|
test / lint:
packages/core/src/Structures/Filter.ts#L22
'any' overrides all other types in this union type
|
test / lint:
packages/utilities/src/index.ts#L8
Unsafe member access .guildId on an `any` value
|
test / lint:
packages/utilities/src/index.ts#L9
Unsafe member access .voiceChannelId on an `any` value
|
test / lint:
packages/utilities/src/index.ts#L10
Unsafe member access .selfDeaf on an `any` value
|
test / lint:
packages/utilities/src/index.ts#L11
Unsafe member access .selfMute on an `any` value
|
test / lint:
packages/rest/src/Structures/Rest.ts#L88
Returning an awaited value that is not a promise is not allowed
|
test / lint:
packages/rest/src/Structures/Rest.ts#L88
Unsafe call of an `any` typed value
|
test / lint:
packages/rest/src/Structures/Rest.ts#L88
Unsafe member access .JSON on an `any` value
|
test / lint:
packages/rest/src/Structures/Rest.ts#L97
Returning an awaited value that is not a promise is not allowed
|
test / lint:
packages/rest/src/Structures/Rest.ts#L97
Unsafe call of an `any` typed value
|
test / lint:
packages/rest/src/Structures/Rest.ts#L97
Unsafe member access .JSON on an `any` value
|