harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
expr main (w/)

let message "Use `with` instead of `w/`"
let description "Expands the abbreviation `w/` to the full word `with` for clarity."
let kind "Style"
let becomes "with"