Sha256: fd9f20479872ec364e96b58d537df41e1c5f65ab91952963b3c4f99c02a5c40d

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

# frozen_string_literal: true

D = Steep::Diagnostic

target :lib do
  signature 'sig'

  check 'lib'
  repo_path '.gem_rbs_collection'

  configure_code_diagnostics do |hash|
    hash[D::Ruby::MethodDefinitionMissing] = :warning
    hash[D::Ruby::UnknownConstant] = :information
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ika3-1.1.0 Steepfile
ika3-1.0.0 Steepfile
ika3-0.10.0 Steepfile
ika3-0.9.1 Steepfile
ika3-0.9.0 Steepfile