Method: FastlaneCore::ConfigItem#skip_type_validation
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#skip_type_validation ⇒ Object
- Boolean
-
is false by default. If set to true, type of the parameter will not be validated.
46 47 48 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 46 def skip_type_validation @skip_type_validation end |