Clean up role-based auth #6248
Annotations
8 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run pnpm verify:
packages/api/src/moderation/decision.ts#L11
'InterprettedLabelValueDefinition' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm verify:
packages/api/src/rich-text/detection.ts#L80
'leading' is never reassigned. Use 'const' instead
|
Run pnpm verify:
packages/api/src/rich-text/util.ts#L11
Unexpected combined character in character class
|
Run pnpm verify:
packages/api/src/rich-text/util.ts#L11
Unexpected joined character sequence in character class
|
Run pnpm verify:
packages/api/src/util.ts#L5
Unexpected joined character sequence in character class
|
Run pnpm verify:
packages/api/tests/util/moderation-behavior.ts#L68
'ignoreCause' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run pnpm verify:
packages/xrpc-server/src/server.ts#L40
'handlerPipeThrough' is defined but never used. Allowed unused vars must match /^_/u
|
Loading