fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.44.1 vs fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.45.0.beta.20170706010014

- old
+ new

@@ -51,11 +51,11 @@ end beta_info_groups = @beta_info.groups_valid? ? "['#{@beta_info.groups.join("', '")}']" : "nil" beta_info_emails = @beta_info.emails_valid? ? "['#{@beta_info.emails.join("', '")}']" : "nil" -# rubocop:disable Style/IndentationConsistency +# rubocop:disable Layout/IndentationConsistency %{ # # Learn more here: https://docs.fastlane.tools/getting-started/ios/beta-deployment/ # and: https://docs.fastlane.tools/getting-started/android/beta-deployment/ # lane :beta do |values| @@ -80,10 +80,10 @@ # slack_url: "https://hooks.slack.com/services/YOUR/TEAM/INFO" # channel: "beta-releases", # message: "Successfully uploaded a beta release - see it at https://fabric.io/_/beta" # ) end} - # rubocop:enable Style/IndentationConsistency + # rubocop:enable Layout/IndentationConsistency end def expanded_paths_equal?(path1, path2) return nil if path1.nil? || path2.nil?