Open vemv opened 3 years ago
var-info.edn represents a closed set of data.
So one cannot inform Eastwood of one's own side-effectful functions, which in turns can result in false positives for :unused-ret-vals.
:unused-ret-vals
I foresee a couple ways of extension:
defn ^:eastwood/side-effectful foo
var-info.edn represents a closed set of data.
So one cannot inform Eastwood of one's own side-effectful functions, which in turns can result in false positives for
:unused-ret-vals
.I foresee a couple ways of extension:
defn ^:eastwood/side-effectful foo