harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
expr main (aslong as)

let message "`As long` should be written as two words."
let description "Corrects `aslong as` to `as long as`."
let kind "BoundaryError"
let becomes "as long as"

test "server loads up fine but cant log on client side aslong as the plugin is installed" "server loads up fine but cant log on client side as long as the plugin is installed"