lib/rrj/tools/gem/config.rb in ruby_rabbitmq_janus-2.5.0.pre.210 vs lib/rrj/tools/gem/config.rb in ruby_rabbitmq_janus-2.5.0.pre.213

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true +# rubocop:disable Naming/MemoizedInstanceVariableName module RubyRabbitmqJanus module Tools # @author VAILLANT Jeremy <jeremy.vaillant@dazzl.tv> # # Manage configuration file @@ -132,5 +133,6 @@ @options ||= load_configuration end end end end +# rubocop:enable Naming/MemoizedInstanceVariableName