We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec36b1a commit 47a18e5Copy full SHA for 47a18e5
components/yaml.rst
@@ -368,6 +368,12 @@ Add the ``--format`` option to get the output in JSON format:
368
369
$ php lint.php path/to/file.yml --format json
370
371
+.. tip::
372
+
373
+ The linting command will also report any deprecations in the checked
374
+ YAML files. This may for example be useful for recognizing deprecations of
375
+ contents of YAML files during automated tests.
376
377
Learn More
378
----------
379
0 commit comments