ashfurrow / danger-ruby-swiftlint

A Danger plugin for SwiftLint.
https://rubygems.org/gems/danger-swiftlint
MIT License
203 stars 81 forks source link

Fix inline mode behavior for fail_on_error #95

Closed omirho closed 6 years ago

omirho commented 6 years ago

Fixes #91

This is a breaking change, since the default value for fail_on_error is false. People working with inline_mode: true will have to set fail_on_error: true to get the previous behavior.

ashfurrow commented 6 years ago

Okay, this has been released as 0.15.0. Thanks again!