readmeio / readmeio/swagger-inline
Adding support for tabs when defining arrays using hyphen character
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- JavaScript
- Stars
- 142
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Related to #251. Tab characters are misinterpreted when included in arrays which are defined with a hyphen.
Works with spaces:
With tabs results in Error: YAMLException: bad indentation of a sequence entry:
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
Reproduce the YAMLException with tab-indented arrays defined using hyphens, then compare it with the space-indented example. Done means tab characters in these arrays are accepted without the bad indentation error; the issue does not name a file or test to update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100