fix: correct dateFormat schema type - #941
Conversation
|
👋 Hi @Nick2bad4u, thanks for the pull request! A scan flagged some concerns with it. Could you please take a look? [pr-linked-issue] This pull request is not linked as closing any issues. This repository keeps to GitHub issues for discussing potential changes. Most or all changes should be marked as approved in an issue before a pull request is sent to resolve them. To resolve this report:
[pr-task-completion] This PR's body is missing
Repositories often provide a set of tasks that pull request authors are expected to complete. Those tasks should be marked as completed with a
|
Summary
defaults.dateFormatfrom an integer to a string in the published configuration schemarelativeEvidence
internal/config/parser.godefinesDateFormat string, and the configuration documentation describes eitherrelativeor a Go time format string. The current schema mistakenly copied the integer shape/default fromrefetchIntervalMinutes, causing valid configurations to fail validation.Validation
pnpm install --frozen-lockfilepnpm buildThe docs build succeeds. It reports the same three existing broken internal links unrelated to this change.