You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see a way to use this extension to run slither on my project but filter out certain files like the cli allow you to: slither . --filter-paths "test|lib|script"
It basically renders the extension unusable is it is showing issues on *.t.sol &*.s.sol file or files in /lib or /test/ or script
How can one configure the extension so it only runs slither on the desired files and/or paths?
The text was updated successfully, but these errors were encountered:
I don't see a way to use this extension to run slither on my project but filter out certain files like the cli allow you to:
slither . --filter-paths "test|lib|script"
It basically renders the extension unusable is it is showing issues on
*.t.sol
&*.s.sol
file or files in/lib
or/test/
orscript
How can one configure the extension so it only runs slither on the desired files and/or paths?
The text was updated successfully, but these errors were encountered: