Sha256: ec838bd95fe46a304382582a00d5eaf8abff25ec3e923fb9f2f5f968e6639db7
Contents?: true
Size: 571 Bytes
Versions: 9
Compression:
Stored size: 571 Bytes
Contents
# D = Steep::Diagnostic target :lib do signature "sig" check "lib" library "rubygems" library "logger" library "monitor" # needed by logger library "json" repo_path "vendor/rbs" library "ffi" library "jruby" library "gem" # # 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
Version data entries
9 entries across 9 versions & 1 rubygems