harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
expr main (like a plague)

let message "`Things are avoided `like the plague` not `like a plague`."
let description "Corrects `like a plague` to `like the plague`."
let kind "Usage"
let becomes "like the plague"

test "Below is the worst example of them all (avoid such coding like a plague):" "Below is the worst example of them all (avoid such coding like the plague):"