Sha256: 6bdd647416e10539bdfb30408375ec194c494d09d469e74ab474483015792e5d
Contents?: true
Size: 1004 Bytes
Versions: 3
Compression:
Stored size: 1004 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" # Standard libraries # # library "strong_json" # Gems # # # configure_code_diagnostics(D::Ruby.default) # `default` diagnostics setting (applies by default) # # configure_code_diagnostics(D::Ruby.strict) # `strict` diagnostics setting # # configure_code_diagnostics(D::Ruby.lenient) # `lenient` diagnostics setting # # configure_code_diagnostics(D::Ruby.silent) # `silent` diagnostics setting # # configure_code_diagnostics do |hash| # You can setup everything yourself # # hash[D::Ruby::NoMethod] = :information # # end # end # A steep target to check our example target :examples do signature "examples/outputs" check "examples/ex2_input.rb" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ai_refactor-0.6.0 | Steepfile |
ai_refactor-0.5.4 | Steepfile |
ai_refactor-0.5.3 | Steepfile |