Doc: Document how to use the yamllint Python module
parent
6e9de02eac
commit
237db5aeef
@ -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:
|
||||
|
Loading…
Reference in New Issue