woshiccm / Pecker

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

Custom path of configuration file #47

Closed oleghnidets closed 4 years ago

oleghnidets commented 4 years ago

Hi,

First of all, thanks for great tool. Amazing job 💪

I found one missed thing that is nice to have. It is custom path for configuration yaml file. For example, SwiftLint allows it in the following way:

${PODS_ROOT}/SwiftLint/swiftlint --config ../.swiftlint.yml

Does it make sense for you? Could you, please, provide something similar?

woshiccm commented 4 years ago

Thanks, will take a look at it.Because I've been a bit busy recently, might have to wait a bit

woshiccm commented 4 years ago

@oleghnidets Fixed it in version 0.3.0

oleghnidets commented 4 years ago

Thank you! 💪