Sha256: c6800e7ff772a1d5e1835939224aaedb92cb04eee8dcf72d65b975cc0eaa0cfd
Contents?: true
Size: 443 Bytes
Versions: 3
Compression:
Stored size: 443 Bytes
Contents
D = Steep::Diagnostic target :lib do signature "sig" check "lib" # Directory name library "rbs" # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steep-1.4.0 | sample/Steepfile |
steep-1.4.0.dev.5 | sample/Steepfile |
steep-1.4.0.dev.4 | sample/Steepfile |