Sha256: cf8a07aa43d6b38c489acb56e01810368669b5988406b480644c7e71f8e14ce6

Contents?: true

Size: 1.14 KB

Versions: 12

Compression:

Stored size: 1.14 KB

Contents

D = Steep::Diagnostic

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

  library "pathname", "json", "logger", "monitor", "tsort", "uri", 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest', 'prettyprint', 'yaml', "psych", "securerandom"
  signature "stdlib/strscan/0/"
  signature "stdlib/optparse/0/"
  signature "stdlib/rdoc/0/"
  signature "stdlib/ripper/0"
  signature "stdlib/pp/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", "uri"       # Standard libraries
#   # library "strong_json"           # Gems
# end

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rbs-3.7.0.dev.1 Steepfile
rbs-3.6.1 Steepfile
rbs-3.6.0 Steepfile
rbs-3.6.0.pre.3 Steepfile
rbs-3.6.0.pre.2 Steepfile
rbs-3.6.0.pre.1 Steepfile
rbs-3.6.0.dev.1 Steepfile
rbs-3.5.3 Steepfile
rbs-3.5.2 Steepfile
rbs-3.5.1 Steepfile
rbs-3.5.1.pre.1 Steepfile
rbs-3.5.0 Steepfile