Expand description
Core types for the dclint Docker Compose linter.
These types follow the pattern established by hadolint-rs:
Severity- Rule violation severity levelsRuleCode- Rule identifiers (e.g., “DCL001”)CheckFailure- A single rule violationRuleCategory- Category of the rule (style, security, etc.)
Structs§
- Check
Failure - A check failure (rule violation) found during linting.
- Rule
Code - A rule code identifier (e.g., “DCL001”).
- Rule
Meta - Rule metadata for documentation and display.
Enums§
- Config
Level - Configuration level for a rule (matches TypeScript ConfigRuleLevel).
- Rule
Category - Category of a lint rule.
- Severity
- Severity levels for rule violations.