Skip to content

Commit 0c464c2

Browse files
committed
Use apidoc
1 parent 1b2f300 commit 0c464c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/user_guide/configuration/all-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Standard Checkers
155155

156156
--output-format
157157
"""""""""""""""
158-
*Set the output format. Available formats are: text, parseable, colorized, json2 (improved json format), json (old json format) and msvs (visual studio). You can also give a reporter class, e.g. mypackage.mymodule.MyReporterClass.*
158+
*Set the output format. Available formats are: 'text', 'parseable', 'colorized', 'json2' (improved json format), 'json' (old json format), msvs (visual studio) and 'github' (GitHub actions). You can also give a reporter class, e.g. mypackage.mymodule.MyReporterClass.*
159159

160160
**Default:** ``text``
161161

pylint/lint/base_options.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def _make_linter_options(linter: PyLinter) -> Options:
102102
"metavar": "<format>",
103103
"short": "f",
104104
"group": "Reports",
105-
"help": "Set the output format. Available formats are: text, "
106-
"parseable, colorized, json2 (improved json format), json "
107-
"(old json format) and msvs (visual studio). "
105+
"help": "Set the output format. Available formats are: 'text', "
106+
"'parseable', 'colorized', 'json2' (improved json format), 'json' "
107+
"(old json format), msvs (visual studio) and 'github' (GitHub actions). "
108108
"You can also give a reporter class, e.g. mypackage.mymodule."
109109
"MyReporterClass.",
110110
"kwargs": {"linter": linter},

0 commit comments

Comments
 (0)