target :test do
  check "*.rb"
  signature "*.rbs"
  library "tsort"

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