Sha256: 08cac4db090dc8eb86553ce51f1dafbabc3236cdba889f8fd17f98a8e407b199

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 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', 'abbrev', '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

8 entries across 8 versions & 1 rubygems

Version Path
rbs-3.5.0.pre.2 Steepfile
rbs-3.5.0.pre.1 Steepfile
rbs-3.4.4 Steepfile
rbs-3.4.3 Steepfile
rbs-3.4.2 Steepfile
rbs-3.4.1 Steepfile
rbs-3.4.0 Steepfile
rbs-3.4.0.pre.1 Steepfile