Sha256: 8bbba38a3f2fd1ca4c2047a4d1c6f1c7e731f023c32c3dcd3395b1373ef98d1a

Contents?: true

Size: 827 Bytes

Versions: 5

Compression:

Stored size: 827 Bytes

Contents

# D = Steep::Diagnostic
#
# 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
#   
#   # 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

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
epub-parser-0.4.8 Steepfile
epub-parser-0.4.7 Steepfile
data_model-0.6.1 Steepfile
data_model-0.6.0 Steepfile
data_model-0.5.0 Steepfile