File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,18 @@ The linter results can be exported to JSON using the ``--format`` option:
33
33
$ php bin/console lint:yaml translations/ --format=json
34
34
$ php bin/console lint:xliff translations/ --format=json
35
35
36
- When running the YAML linter inside `GitHub Actions `_, the output is automatically
36
+ When running these linters inside `GitHub Actions `_, the output is automatically
37
37
adapted to the format required by GitHub, but you can force that format too:
38
38
39
39
.. code-block :: terminal
40
40
41
41
$ php bin/console lint:yaml translations/ --format=github
42
+ $ php bin/console lint:xliff translations/ --format=github
42
43
43
44
.. versionadded :: 5.3
44
45
45
- The ``github `` output format was introduced in Symfony 5.3.
46
+ The ``github `` output format was introduced in Symfony 5.3 for ``lint:yaml ``
47
+ and in Symfony 5.4 for ``lint:xliff ``.
46
48
47
49
.. tip ::
48
50
You can’t perform that action at this time.
0 commit comments