chore: save progress #45
test.yml
on: push
test
/
lint
17s
test
/
compile
0s
Annotations
7 errors and 10 warnings
test / lint
@kirishima/utilities#lint: command (/home/runner/work/kirishima/kirishima/packages/utilities) pnpm run lint exited (1)
|
test / lint:
packages/utilities/src/index.ts#L4
Missing return type on function
|
test / lint:
packages/utilities/src/index.ts#L8
Object Literal Property name `guild_id` must match one of the following formats: camelCase, PascalCase
|
test / lint:
packages/utilities/src/index.ts#L9
Object Literal Property name `channel_id` must match one of the following formats: camelCase, PascalCase
|
test / lint:
packages/utilities/src/index.ts#L10
Object Literal Property name `self_deaf` must match one of the following formats: camelCase, PascalCase
|
test / lint:
packages/utilities/src/index.ts#L11
Object Literal Property name `self_mute` must match one of the following formats: camelCase, PascalCase
|
test / lint
Process completed with exit code 1.
|
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
|
test / lint:
packages/rest/src/Structures/Rest.ts#L106
Returning an awaited value that is not a promise is not allowed
|
test / lint:
packages/rest/src/Structures/Rest.ts#L106
Unsafe call of an `any` typed value
|
test / lint:
packages/rest/src/Structures/Rest.ts#L106
Unsafe member access .JSON on an `any` value
|
test / lint:
packages/rest/src/Structures/Rest.ts#L115
Returning an awaited value that is not a promise is not allowed
|