mosesliao / fastlane-plugin-lizard

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

Add support for list of languages #9

Closed mgrebenets closed 6 years ago

mgrebenets commented 6 years ago

Current code says "List languages", but will only use one -l flag. This change adds simple parsing logic for comma-separated list of languages. Ideally the FL_LIZARD_LANGUAGE option should be FL_LIZARD_LANGUAGES and take an array rather than string. But that would be a breaking change for all current plugin users.

mosesliao commented 6 years ago

@mgrebenets you can do the merge pull request. The release of the gem I do it tonight

mgrebenets commented 6 years ago

Will merge, but I will add few more tests first. I realized I haven't done that :)

mosesliao commented 6 years ago

@mgrebenets I release the gem. Feel free to download the plugin and use