Note: This option is deprecated and will be removed in Pylint 2.0.
You can use the command line option --file-output=y
. Quoting the man page:
--files-output=<y_or_n> Put messages in a separate file for each module / package speci‐ fied on the command line instead of printing them on stdout. Reports (if any) will be written in a file name "pylint_global.[txt|html]". [current: no]
The output format is determined by the option --output-format=<format>
, where the format can be text
, parseable
, colorized
, msvs
(visual studio) and html
.
source share