Fork me on GitHub
#cider
<
2017-08-26
>
vinnyataide11:08:24

hello good sirs. is there a way to enable spec checking linting-style? squiggly lines, I'm using clojure's yada which is built with spec too and I make some mistakes only to be seen at runtime at the terminal. Thanks!

dominicm18:08:37

@vinnyataide fwiw, yada uses schema, not spec

vinnyataide19:08:50

Really? I didn't knew that schema failed on runtime with spec error maps

dominicm20:08:32

@vinnyataide It doesn't :thinking_face: I'm not sure what you've encountered there.