Skip to content

feat: vid info format #55

feat: vid info format

feat: vid info format #55

Triggered via push January 1, 2025 20:15
Status Failure
Total duration 23s
Artifacts

lint.yml

on: push
Matrix: linter
Fit to window
Zoom out
Zoom in

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