Adjust the documentation
This commit is contained in:
@@ -26,8 +26,8 @@ used.
|
|||||||
* ``required`` defines whether using quotes in string values is required
|
* ``required`` defines whether using quotes in string values is required
|
||||||
(``true``, default) or not (``false``), or only allowed when really needed
|
(``true``, default) or not (``false``), or only allowed when really needed
|
||||||
(``only-when-needed``).
|
(``only-when-needed``).
|
||||||
* ``needed-extra-regex`` allows strings matching the given PCRE regex to be
|
* ``needed-extra-regex`` requires strings matching the given PCRE regex to be
|
||||||
quoted even when quoting is only allowed when really needed
|
quoted even when quoting is only allowed when really needed.
|
||||||
|
|
||||||
**Note**: Multi-line strings (with ``|`` or ``>``) will not be checked.
|
**Note**: Multi-line strings (with ``|`` or ``>``) will not be checked.
|
||||||
|
|
||||||
@@ -77,6 +77,7 @@ used.
|
|||||||
::
|
::
|
||||||
|
|
||||||
foo: 'bar'
|
foo: 'bar'
|
||||||
|
foo: %bar%
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user