Sha256: ef17df84009ce9d5a4f8f9beb0be78720a0ac8475dfba54b7653ee46bbf49f4f

Contents?: true

Size: 1000 Bytes

Versions: 17

Compression:

Stored size: 1000 Bytes

Contents

D = Steep::Diagnostic

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

  library "set", "pathname", "json", "logger", "monitor", "tsort", "uri"
  signature "stdlib/strscan/0/"
  signature "stdlib/rubygems/0/"
  signature "stdlib/optparse/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

17 entries across 17 versions & 1 rubygems

Version Path
rbs-2.5.1 Steepfile
rbs-2.5.0 Steepfile
rbs-2.4.0 Steepfile
rbs-2.3.2 Steepfile
rbs-2.3.1 Steepfile
rbs-2.3.0 Steepfile
rbs-2.2.2 Steepfile
rbs-2.2.1 Steepfile
rbs-2.2.0 Steepfile
rbs-2.1.0 Steepfile
rbs-2.0.0 Steepfile
rbs-2.0.0.pre2 Steepfile
rbs-2.0.0.pre1 Steepfile
rbs-1.8.1 Steepfile
rbs-1.8.0 Steepfile
rbs-1.7.1 Steepfile
rbs-1.7.0 Steepfile