ScopeLift / scopelint

An opinionated formatting and linting tool for foundry projects
79 stars 5 forks source link

`scopelint spec` should ignore contracts/libraries with no functions #30

Open mds1 opened 1 year ago

mds1 commented 1 year ago

Right now if you run scopelint spec and there's a contract/library with no functions you get an empty output like this:

image

Instead, these should be ignored and not included in the output