qwikstart.repository.yamllint module

Thin wrapper around yamllint library to provide helpful error info for yaml files.

qwikstart.repository.yamllint.assert_no_errors(text: str, display_warnings: bool = True) → None
qwikstart.repository.yamllint.linter_errors(text: str) → List[yamllint.linter.LintProblem]