Exograph.Reach.SourceSmellAudit.Result (exograph v0.9.6)

Copy Markdown View Source

Summary and findings returned by a Reach source smell audit scan.

Summary

Types

t()

@type t() :: %Exograph.Reach.SourceSmellAudit.Result{
  candidate_count: non_neg_integer(),
  elapsed_ms: float(),
  findings: [Exograph.Reach.SourceSmellAudit.Finding.t()],
  scanned_patterns: non_neg_integer(),
  skipped_patterns: [term()]
}