jonase / eastwood

Clojure lint tool
1.09k stars 66 forks source link

Ability to expand var-info.edn data with arbitrary third-party libraries #398

Open vemv opened 3 years ago

vemv commented 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.

I foresee a couple ways of extension: