yamllint/yamllint
Roman Geraskin 352e1a975e
quoted-strings: Add allow-quoted-quotes option
Allows strings like `'foo"bar'` on `quote-type: double` and vice versa.
2022-08-07 13:47:35 +02:00
..
conf float-values: Add a new rule to check floating-point numbers 2022-07-08 17:21:22 +02:00
rules quoted-strings: Add allow-quoted-quotes option 2022-08-07 13:47:35 +02:00
__init__.py yamllint version 1.27.1 2022-07-08 18:06:54 +02:00
__main__.py Add __main__ 2017-03-21 16:00:58 +07:00
cli.py Most __future__ imports are specific to Python 2 2022-08-05 08:49:56 +02:00
config.py No need to inherit from object in Python 3 2022-08-05 08:49:56 +02:00
linter.py linter: pre-compile disable/enable rules regexes 2022-08-06 15:23:23 +02:00
parser.py No need to inherit from object in Python 3 2022-08-05 08:49:56 +02:00