# sig/rubocop/cop/packaging/gemspec_git.rbs

class RuboCop::Cop::Packaging::GemspecGit < RuboCop::Cop::Packaging::Cop
  def investigate: () -> untyped
  def starts_with_git?: () -> untyped
end


# sig/rubocop/cop/packaging/relative_require_to_lib.rbs

class RuboCop::Cop::Packaging::RelativeRequireToLib < RuboCop::Cop::Packaging::Base
  def on_new_investigation: () -> untyped
  def on_send: () -> untyped
  def target_falls_in_lib?: () -> untyped
end


# sig/rubocop/packaging/inject.rbs

module RuboCop::Packaging::Inject
  def self.defaults!: () -> untyped
end
