Automattic / Automattic/harper
feat: Include spaces after commas
Open
enhancement
linting
punctuation
- Dominant language
- Rust
- Stars
- 15.4k
- Forks
- 627
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 106
Description
Include a checker that ensures there is exactly one space after every comma. Quotes complicate things, since spaces should come __after__ the quote.
__Test cases:__
```
hello world,my friend
```
```
"Hello,"my friend said.
```
Contributor guide
Assessment
This issue has not been assessed yet.