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 8c54c21 commit e64a77cCopy full SHA for e64a77c
components/yaml.rst
@@ -433,6 +433,12 @@ Then, execute the script for validating contents:
433
# or contents passed to STDIN
434
$ cat path/to/file.yaml | php lint.php
435
436
+Use the `--exclude` option to exclude one or more specific files from multiple file list:
437
+
438
+.. code-block:: terminal
439
440
+ $ php lint.php path/to/directory --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml
441
442
The result is written to STDOUT and uses a plain text format by default.
443
Add the ``--format`` option to get the output in JSON format:
444
0 commit comments