File: Steepfile

package info (click to toggle)
ruby-memoizable 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 296 kB
  • sloc: ruby: 1,052; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

target :lib do
  signature "sig"

  check "lib"

  library "monitor"

  configure_code_diagnostics(Steep::Diagnostic::Ruby.strict)
end