crytic/slither

ignore interfaces for `inheritance-graph` printer

Open

#2,150 opened on Sep 29, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (4,769 stars) (886 forks)batch import
enhancementgood first issue

Description

Describe the desired feature

Interfaces can clutter the output of the inheritance graph printer and don't add much value. Perhaps these should be removed by default from the output.

Contributor guide