spaceship/lib/spaceship/ui.rb in fastlane_hotfix-2.165.1 vs spaceship/lib/spaceship/ui.rb in fastlane_hotfix-2.187.0
- old
+ new
@@ -16,12 +16,12 @@
@client = c
end
end
# Public getter for all UI related code
- # rubocop:disable Style/MethodName
+ # rubocop:disable Naming/MethodName
def UI
UserInterface.new(self)
end
- # rubocop:enable Style/MethodName
+ # rubocop:enable Naming/MethodName
end
end