lib/match/commands_generator.rb in match-0.6.2 vs lib/match/commands_generator.rb in match-0.6.3
- old
+ new
@@ -12,12 +12,10 @@
self.new.run
ensure
FastlaneCore::UpdateChecker.show_update_status('match', Match::VERSION)
end
- # rubocop:disable Metrics/MethodLength
- # rubocop:disable Metrics/AbcSize
def run
program :version, Match::VERSION
program :description, Match::DESCRIPTION
program :help, 'Author', 'Felix Krause <match@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
@@ -118,9 +116,7 @@
default_command :run
run!
end
- # rubocop:enable Metrics/MethodLength
- # rubocop:enable Metrics/AbcSize
end
end