fastlane/lib/fastlane/actions/pod_lib_lint.rb in fastlane-2.99.1 vs fastlane/lib/fastlane/actions/pod_lib_lint.rb in fastlane-2.100.0
- old
+ new
@@ -59,9 +59,10 @@
is_string: false),
FastlaneCore::ConfigItem.new(key: :sources,
description: "The sources of repos you want the pod spec to lint with, separated by commas",
optional: true,
is_string: false,
+ type: Array,
verify_block: proc do |value|
UI.user_error!("Sources must be an array.") unless value.kind_of?(Array)
end),
FastlaneCore::ConfigItem.new(key: :use_libraries,
description: "Lint uses static libraries to install the spec",