Method: Fastlane::Actions::AppaloosaAction.warning_detected
- Defined in:
- fastlane/lib/fastlane/actions/appaloosa.rb
.warning_detected(warning) ⇒ Object
162 163 164 165 |
# File 'fastlane/lib/fastlane/actions/appaloosa.rb', line 162 def self.warning_detected(warning) UI.important("WARNING: #{warning}") nil end |