feat: vid info format #55
Annotations
3 errors and 1 warning
linter (22.x):
src/commands/Config.ts#L99
Type '{ readonly [x: string]: { readonly cfgProp: "defaultVideoInfoType"; readonly settingNameTrKey: "commands.config.names.subcmd.settingNames.defaultVideoInfoType"; readonly getValueLabel: (val: string | boolean | Date) => "Reduced" | ... 4 more ... | undefined; readonly builder: (grpOpt: SlashCommandSubcommandBuilder) ...' does not satisfy the expected type 'Record<string, Omit<{ int: CommandInteraction<CacheType>; opt: CommandInteractionOption<CacheType>; cfgProp: keyof GuildConfig; settingNameTrKey: string; getValueLabel?: ((value: string | ... 1 more ... | Date, locale: string) => Stringifiable) | undefined; validateValue?: ((value: string | ... 1 more ... | Date) =>...'.
|
linter (22.x):
src/commands/Config.ts#L175
Argument of type 'string | boolean' is not assignable to parameter of type 'string | (Date & string) | (string & Date)'.
|
linter (22.x)
Process completed with exit code 2.
|
linter (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|