slither icon indicating copy to clipboard operation
slither copied to clipboard

Run slither . --ignore-config

Open beauwilliams opened this issue 3 years ago • 1 comments
trafficstars

Describe the desired feature

I would like to run slither to see low severity errors on demand.

I have low severity errors ignored in my slither.config.json because I don't need them polluting the slither CI

However, occasionally I would like to see low severity issues, I could not find a way to do this without renaming/moving/deleting the configuration files for slither

beauwilliams avatar Jul 06 '22 23:07 beauwilliams

Hi @beauwilliams, thanks for the feature request! You can currently (indirectly) achieve this with slither . --config-file foobar -- if foobar does not exist or is not a valid config file, slither will use the default settings.

elopez avatar Jul 06 '22 23:07 elopez

Awesome! I think that's good enough alternative for now 👍

beauwilliams avatar Sep 25 '22 08:09 beauwilliams