Sha256: 56bd7a16ed6ab2b704c502afd60b796b66e02d894ff9ebea534168351037fa19

Contents?: true

Size: 1.1 KB

Versions: 9

Compression:

Stored size: 1.1 KB

Contents

D = Steep::Diagnostic

target :lib do
  signature "sig"
  check "lib"
  ignore(
    "lib/rbs/prototype/runtime.rb",
    "lib/rbs/test",
    "lib/rbs/test.rb"
  )

  library "set", "pathname", "json", "logger", "monitor", "tsort", "uri", 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest'
  signature 'stdlib/yaml/0'
  signature "stdlib/strscan/0/"
  signature "stdlib/optparse/0/"
  signature "stdlib/rdoc/0/"

  configure_code_diagnostics do |config|
    config[D::Ruby::MethodDefinitionMissing] = :hint
    config[D::Ruby::ElseOnExhaustiveCase] = :hint
    config[D::Ruby::FallbackAny] = :hint
  end
end

# target :lib do
#   signature "sig"
#
#   check "lib"                       # Directory name
#   check "Gemfile"                   # File name
#   check "app/models/**/*.rb"        # Glob
#   # ignore "lib/templates/*.rb"
#
#   # library "pathname", "set"       # Standard libraries
#   # library "strong_json"           # Gems
# end

# target :spec do
#   signature "sig", "sig-private"
#
#   check "spec"
#
#   # library "pathname", "set"       # Standard libraries
#   # library "rspec"
# end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/rbs-2.8.4/Steepfile
rbs-3.0.0.dev.2 Steepfile
rbs-2.8.4 Steepfile
rbs-2.8.3 Steepfile
rbs-3.0.0.dev.1 Steepfile
rbs-2.8.2 Steepfile
rbs-2.8.1 Steepfile
rbs-2.8.0 Steepfile
rbs-2.8.0.pre.1 Steepfile