I've written a custom check that lives in my global node_modules home that works fine via command line:
write-good test.txt --checks=my-custom-check
However, if I add:
--checks=my-custom-check
To the arguments in this plugin, it does not work (seems to kill write-good entirely).