fastlane/lib/fastlane/plugins/plugin_info.rb in fastlane_hotfix-2.165.1 vs fastlane/lib/fastlane/plugins/plugin_info.rb in fastlane_hotfix-2.187.0
- old
+ new
@@ -31,14 +31,14 @@
File.join(require_path, 'helper')
end
# Used to expose a local binding for use in ERB templating
#
- # rubocop:disable Style/AccessorMethodName
+ # rubocop:disable Naming/AccessorMethodName
def get_binding
binding
end
- # rubocop:enable Style/AccessorMethodName
+ # rubocop:enable Naming/AccessorMethodName
def ==(other)
@plugin_name == other.plugin_name &&
@author == other.author &&
@email == other.email &&