fastlane/lib/fastlane/lane.rb in fastlane-2.63.0.beta.20171025010003 vs fastlane/lib/fastlane/lane.rb in fastlane-2.63.0.beta.20171026010003
- old
+ new
@@ -49,9 +49,10 @@
if self.gray_list.include?(name.to_sym)
UI.error "Lane name '#{name}' should not be used because it is the name of a fastlane tool"
UI.error "It is recommended to not use '#{name}' as the name of your lane"
# We still allow it, because we're nice
# Otherwise we might break existing setups
+ return
end
self.ensure_name_not_conflicts(name.to_s)
end