Documentation
¶
Overview ¶
Package ignore provides functionality for parsing and applying ignore rules defined in .codexsentinel.ignore file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgnoreRule ¶
type IgnoreRule struct {
File string // optional file path, may contain wildcards
Line int // optional line number, 0 = any line
RuleID string // rule to ignore, required
Comment string // optional comment after #
// contains filtered or unexported fields
}
IgnoreRule represents a single parsed ignore rule.
Click to show internal directories.
Click to hide internal directories.