woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

Request: customizable SuperClassRule #37

Closed noahsark769 closed 4 years ago

noahsark769 commented 4 years ago

We use Quick for testing, which means that our tests inherit from QuickSpec. Since this isn't supported out of the box, it would be nice for us to be able to ignore all subclasses of Quickspec by default.

It seems the best way would be to make the SuperClassRule customizable via .pecker.yml for this.

woshiccm commented 4 years ago

Good suggestion

woshiccm commented 4 years ago

Done, you can add QuickSpec to blacklist_superclass