Reach.Smell.DSLGuard (Reach v2.8.1)

Copy Markdown View Source

Filters generic smell findings inside AST regions with reinterpreted DSL semantics.

Summary

Functions

filter(findings, project, config, exempt_kinds \\ MapSet.new())

@spec filter(
  [map()],
  Reach.Project.t(),
  Reach.Config.t() | keyword(),
  MapSet.t(atom())
) :: [map()]