Method: Pod::Specification::Linter::Results#add_warning
- Defined in:
- lib/cocoapods-core/specification/linter/result.rb
#add_warning(attribute_name, message, public_only = false) ⇒ void
This method returns an undefined value.
Adds a warning result with the given message.
92 93 94 |
# File 'lib/cocoapods-core/specification/linter/result.rb', line 92 def add_warning(attribute_name, , public_only = false) add_result(:warning, attribute_name, , public_only) end |