@levitanong that’s exactly how I’m using it…not sure how you’re missing that in the docs.
just add ghostwheel.edn and turn on outstrument (for return type and arg checking)
then on JVM include -Dghostwheel.enabled=true
Make sure you don’t end up with ghostwheel.stubs on the classpath
that was an experiment in disabling the spec enforcement via the classpath, but I think the new approach is going to be with a version prefix to avoid that problem (if both are on the cp, then the “first one” wins, and possibly breaks you)
https://github.com/gnl/ghostwheel/blob/master/src/ghostwheel/utils.cljc#L29
shows default config options
you don’t need namespace prefixes in EDN file