Sha256: 6d7deca8aa0c5a9664f0d2a1950a6051ae45a81af38d34661068082609cfbc48
Contents?: true
Size: 756 Bytes
Versions: 19
Compression:
Stored size: 756 Bytes
Contents
# frozen_string_literal: true require 'avm/eac_generic_base0/sources/base' require 'avm/eac_ruby_base1/sources/base/bundle_command' require 'avm/eac_ruby_base1/sources/bundle_update' require 'eac_ruby_utils/core_ext' module Avm module EacRubyBase1 module Sources class Base < ::Avm::EacGenericBase0::Sources::Base module Rubocop RUBOCOP_CONFIG_SUBPATH = '.rubocop.yml' # @return [Avm::EacRubyBase1::Sources::Base::RubocopCommand] def rubocop_command ::Avm::EacRubyBase1::Sources::Base::RubocopCommand.new(self) end # @return [Pathname] def rubocop_config_path path.join(RUBOCOP_CONFIG_SUBPATH) end end end end end end
Version data entries
19 entries across 19 versions & 2 rubygems