mirror of
https://github.com/adrienverge/yamllint.git
synced 2026-09-03 20:52:53 -05:00
Doc: Document how to use the yamllint Python module
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user