Expand description
Main linting orchestration for dclint.
This module ties together parsing, rules, and pragmas to provide the main linting API.
Structs§
- Lint
Result - Result of linting a Docker Compose file.
Functions§
- fix_
content - Apply auto-fixes to source content.
- fix_
file - Apply auto-fixes to a file.
- lint
- Lint a Docker Compose file string.
- lint_
file - Lint a Docker Compose file from a file path.
- lint_
with_ path - Lint a Docker Compose file string with a path for error messages.