Ragex.Analysis.Exclusion (Ragex v0.32.2)

View Source

Represents a single issue exclusion rule loaded from .ragex.exs.

Summary

Types

t()

@type t() :: %Ragex.Analysis.Exclusion{
  file: String.t(),
  line: integer() | nil,
  raw: term(),
  rule: String.t() | atom() | nil
}