mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-26 01:20:15 -06:00
12 lines
230 B
ReStructuredText
12 lines
230 B
ReStructuredText
Development
|
|
===========
|
|
|
|
yamllint provides both a script and a Python module. The latter can be used to
|
|
write your own linting tools:
|
|
|
|
.. autoclass:: yamllint.errors.LintProblem
|
|
:members:
|
|
|
|
.. automodule:: yamllint
|
|
:members:
|