Sha256: e62e5f12ce5cf1df42f34a00503b337a22dea587f7197fddd05b74c5ac6201c0

Contents?: true

Size: 1.03 KB

Versions: 9

Compression:

Stored size: 1.03 KB

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

target :lib do
  check "lib/procon_bypass_man/timer.rb"
  check "lib/procon_bypass_man/uptime.rb"
  check "lib/procon_bypass_man/configuration.rb"

  signature "sig"

  library "time"
  library "logger"
  library "monitor"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
procon_bypass_man-0.1.16.1 Steepfile
procon_bypass_man-0.1.16 Steepfile
procon_bypass_man-0.1.15 Steepfile
procon_bypass_man-0.1.14 Steepfile
procon_bypass_man-0.1.13 Steepfile
procon_bypass_man-0.1.12 Steepfile
procon_bypass_man-0.1.11 Steepfile
procon_bypass_man-0.1.10 Steepfile
procon_bypass_man-0.1.9 Steepfile