harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
expr main (ever present)

let message "Hyphenate `ever-present` when it functions as a compound adjective."
let description "Corrects the missing hyphen in `ever present` to the compound adjective `ever-present`."
let kind "Punctuation"
let becomes "ever-present"

test "ever present" "ever-present"
test "Distrust was an ever present tension in the negotiations." "Distrust was an ever-present tension in the negotiations."