Skip to content

Commit e3b72f5

Browse files
rfinnieadrienverge
authored andcommitted
quoted-strings: Add missing quote-type: consistent docs
Commit e3d54cc was missing a reference to the new `consistent` functionality in `quote-type`. Thanks to @kleinschrader in #776 for noticing this.
1 parent e3d54cc commit e3b72f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yamllint/rules/quoted_strings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
2121
.. rubric:: Options
2222
23-
* ``quote-type`` defines allowed quotes: ``single``, ``double`` or ``any``
24-
(default).
23+
* ``quote-type`` defines allowed quotes: ``single``, ``double``, ``consistent``
24+
or ``any`` (default).
2525
* ``required`` defines whether using quotes in string values is required
2626
(``true``, default) or not (``false``), or only allowed when really needed
2727
(``only-when-needed``).

0 commit comments

Comments
 (0)