Expand description
Pragma support for inline rule ignoring.
Supports comment-based rule ignoring in Helm templates and YAML files:
# helmlint-ignore HL1001,HL1002- ignore specific rules for next line# helmlint-ignore-file- ignore all rules for entire file# helmlint-ignore-file HL1001- ignore specific rule for entire file{{/* helmlint-ignore HL1001 */}}- template comment format
Structs§
- Pragma
State - State for pragma processing.
Functions§
- extract_
template_ pragmas - Extract pragmas from template content.
- extract_
yaml_ pragmas - Extract pragmas from YAML content (values.yaml, Chart.yaml).
- starts_
with_ disable_ file_ comment - Check if content starts with a file-level disable comment.