scopelint icon indicating copy to clipboard operation
scopelint copied to clipboard

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

Open mds1 opened this issue 2 years ago • 0 comments

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

mds1 avatar May 23 '23 21:05 mds1