Skip to content

Config and ignores

Project-level Impeccable configuration lives under .impeccable/. Keep configuration in source control when it expresses shared project policy; keep machine-specific or generated session state out of commits.

Use the hooks command to manage detector policy:

text
/impeccable hooks status
/impeccable hooks ignore-rule <rule>
/impeccable hooks ignore-file <path>
/impeccable hooks ignore-value <value>
/impeccable hooks reset

Prefer fixing a valid finding. Add an ignore only when the rule is intentionally inapplicable, keep it as narrow as possible, and document why the exception exists.