Sha256: 7bd84dcf3aa317d44868371fb57bfd7d0deccd85abf80d47d6e1211e74260e83

Contents?: true

Size: 550 Bytes

Versions: 3

Compression:

Stored size: 550 Bytes

Contents

# D = Steep::Diagnostic

target :lib do
  signature "sig"

  check "lib"
  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

3 entries across 3 versions & 1 rubygems

Version Path
libddwaf-1.18.0.0.0 Steepfile
libddwaf-1.15.0.0.0 Steepfile
libddwaf-1.14.0.0.0 Steepfile