Put a space after a comma?
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 446
- Forks
- 32
- Avg merge
- 16h 48m
- Merged PRs (30d)
- 1
Description
Air formats
mtcars[, ]
to
mtcars[,]
It conflicts lintr's commas linter.
https://lintr.r-lib.org/reference/commas_linter.html
Found in eitsupi/neo-r-polars#330
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 formatting of mtcars[, ] and compare it with the output mtcars[,]. Read the linked lintr commas linter documentation to understand the conflicting expectation; done means Air's formatting behavior is compatible with that linter rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100