Hack format string checker only handles the most basic of formats
Open
feature request
hack
wishlist
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
The Hack checker for format strings (like `printf` and `sprintf`) only handles the most basic specifiers. This means that using positionals doesn't work, neither does padding or alignment or any other part of the formatting mini-language.
Contributor guide
Assessment
This issue has not been assessed yet.