adjust pylint output (#3973)
authorIna Dobreva <55383260+inadob@users.noreply.github.com>
Thu, 19 Sep 2019 17:33:26 +0000 (18:33 +0100)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 19 Sep 2019 17:33:26 +0000 (10:33 -0700)
adjust pylint output to show file location to make it possible to locate errors

tests/lint/pylintrc

index 45d3cf6..164d874 100644 (file)
@@ -72,7 +72,7 @@ disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-d
 # Set the output format. Available formats are text, parseable, colorized, msvs
 # (visual studio) and html. You can also give a reporter class, eg
 # mypackage.mymodule.MyReporterClass.
-output-format=text
+output-format=parseable
 
 # Put messages in a separate file for each module / package specified on the
 # command line instead of printing them on stdout. Reports (if any) will be