eastwood

All things realted to eastwood - the Clojure linter
valerauko 2018-10-28T08:48:14.001Z

I made a PR to disable :redefd-vars warning for mount's defstate. I honestly have no idea why it's not recognized as an expansion of defonce (it uses defonce), so if you see a better solution please do advise

slipset 2018-10-28T08:50:27.001300Z

I donโ€™t ATM, so I merged it ๐Ÿ™‚

slipset 2018-10-28T08:50:45.001700Z

Thanks a lot for the time and effort!

slipset 2018-10-28T08:53:10.002500Z

I left you a note in the original issue to see if that could be closed when the two PRs now have been merged.

valerauko 2018-10-28T08:54:57.003200Z

#300 doesn't seem to work with depth 7, but it works if increased to 8

valerauko 2018-10-28T08:55:40.004100Z

i suspect the defstate issue might be that the defonce macro is expanded? inside defstate so eastwood never notices it's a defonce

slipset 2018-10-28T08:57:38.004400Z

Increased to 8 on master

๐Ÿ’ฏ 1