Sha256: 2c06fe142d2bd20be487574b274b180ea3e8134b868b9737774b345ab66c7919
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# danger-xcode_warnings [](https://github.com/Scior/Linna) [](https://travis-ci.org/Scior/danger-xcode_warnings) [](https://opensource.org/licenses/MIT) A Danger plugin to show warnings from xcodebuild. ## Installation ```sh gem install specific_install gem specific_install git@github.com:Scior/danger-xcode_warnings.git ``` Or using Bundler, ```ruby gem 'danger-xcode_warnings', :git => 'https://github.com/Scior/danger-xcode_warnings.git' ``` ## Usage Simply collect the log from `xcodebuild`, ```sh xcodebuild clean build >> buildlog.log ``` and analyze on your `Dangerfile`. ```ruby xcode_warnings.analyze_file 'buildlog.log' ``` ## Development 1. Clone this repo 2. Run `bundle install` to setup dependencies. 3. Run `bundle exec rake spec` to run the tests. 4. Use `bundle exec guard` to automatically have tests run as you make changes. 5. Make your changes.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-xcode_warnings-0.1.2 | README.md |