fastlane-old / gym

Building your iOS apps has never been easier
https://fastlane.tools
645 stars 54 forks source link

[Feature]Add a parameter reporter #229

Closed ebaujard closed 8 years ago

ebaujard commented 8 years ago

With a parameter "reporter" we could generate a json-compilation-database, and use this file with action oclint.

Ex in build_command_generator.rb: pipe << "| tee #{xcodebuild_log_path.shellescape} | xcpretty --report #{reporter}"

fastlane-bot-helper commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1817. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: