Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erlangparasu authored and adrienverge committed Aug 12, 2024
1 parent 99fb29a commit 7cf90d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,19 @@ Usage
# Use a custom lint configuration
yamllint -c /path/to/myconfig file-to-lint.yaml
.. note::

If you have a .yamllint file in your working directory, it will be automatically loaded as configuration by yamllint.

.. code:: bash
# Output a parsable format (for syntax checking in editors like Vim, emacs...)
yamllint -f parsable file.yaml
`Read more in the complete documentation! <https://yamllint.readthedocs.io/>`__

If you have a .yamllint file in your working directory, it will be automatically loaded as configuration by yamllint.

Features
^^^^^^^^

Expand Down

0 comments on commit 7cf90d2

Please sign in to comment.