Module lint

Module lint 

Source
Expand description

Main linting orchestration for dclint.

This module ties together parsing, rules, and pragmas to provide the main linting API.

Structs§

LintResult
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.