mosesliao / fastlane-plugin-lizard

🦎Official fastlane plugin for lizard code complexity analytics 🦎
http://www.lizard.ws/
MIT License
28 stars 13 forks source link

Doesn't accept multi exclude path #39

Closed salmojunior closed 5 years ago

salmojunior commented 5 years ago

When calling lizard from CLI we can specify as many --exclude paths as we need but astlane-plugin-lizard accepts only one.

I propose to change exclude parameter to accept an array of paths.

mosesliao commented 5 years ago

@salmojunior will look into this when I have the time. Thanks!

mosesliao commented 5 years ago

@salmojunior 1.3.0 is being released. Kindly look at the README.md and check out how to run multiple exclude. Thanks!