Sha256: ec838bd95fe46a304382582a00d5eaf8abff25ec3e923fb9f2f5f968e6639db7

Contents?: true

Size: 571 Bytes

Versions: 9

Compression:

Stored size: 571 Bytes

Contents

# D = Steep::Diagnostic

target :lib do
  signature "sig"

  check "lib"
  library "rubygems"
  library "logger"
  library "monitor" # needed by logger
  library "json"

  repo_path "vendor/rbs"
  library "ffi"
  library "jruby"
  library "gem"

#   # configure_code_diagnostics(D::Ruby.strict)       # `strict` diagnostics setting
#   # configure_code_diagnostics(D::Ruby.lenient)      # `lenient` diagnostics setting
#   # configure_code_diagnostics do |hash|             # You can setup everything yourself
#   #   hash[D::Ruby::NoMethod] = :information
#   # end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
libddwaf-1.11.0.0.0 Steepfile
libddwaf-1.10.0.0.0 Steepfile
libddwaf-1.9.0.0.1 Steepfile
libddwaf-1.9.0.0.0 Steepfile
libddwaf-1.8.2.0.0 Steepfile
libddwaf-1.7.0.0.0 Steepfile
libddwaf-1.6.2.0.0 Steepfile
libddwaf-1.5.1.0.1 Steepfile
libddwaf-1.5.1.0.0 Steepfile