redhat-developer / redhat-developer/vscode-yaml
creationTimestamp validation incorrect
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 829
- Forks
- 260
- Avg merge
- 5h 43m
- Merged PRs (30d)
- 1
Description
When I have a value such as
creationTimestamp: 2017-06-14T14:29:37Z it is reported as incorrect value type. I think we need better handling of date type.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing validation for creationTimestamp: 2017-06-14T14:29:37Z and trace the YAML date-type handling in the TypeScript implementation. Done means this timestamp is accepted as a valid date value without breaking validation of other values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100