Commit 8596bc04 authored by Max Smolens's avatar Max Smolens
Browse files

Bug 1617103 - Add documentation for yamllint. r=sylvestre DONTBUILD

parent 8f3214f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ In this document, we try to list these all tools.
     - :ref:`Fluent Lint`
     -
   * - YAML linter
     - No
     -
     -
     -
     - :ref:`yamllint`
     - https://github.com/adrienverge/yamllint
+31 −0
Original line number Diff line number Diff line
yamllint
========

`yamllint <https://github.com/adrienverge/yamllint>`__ is a linter for YAML files.


Run Locally
-----------

The mozlint integration of yamllint can be run using mach:

.. parsed-literal::

    $ mach lint --linter yaml <file paths>

Alternatively, omit ``--linter yaml`` to run all configured linters, including
yamllint.


Configuration
-------------

To enable yamllint on a new directory, add the path to the include section in
the :searchfox:`yaml.yml <tools/lint/yaml.yml>` file.


Sources
-------

* :searchfox:`Configuration (YAML) <tools/lint/yaml.yml>`
* :searchfox:`Source <tools/lint/yamllint_/__init__.py>`