From a7d8fb4ce3727f86e20b1674d1cddab09514f61d Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 6 Apr 2017 13:31:37 -0700 Subject: pylint: update output style to parseable This makes the output much easier to view and parse through while fixing issues. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 0f5e41b1..b160ce7b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -34,7 +34,7 @@ disable=C, F, I, R, W0105, W0107, W0201, W0212, W0221, W0222, W0223, W0231, W031 [REPORTS] # Set the output format. Available formats are text, parseable, colorized, msvs -output-format=colorized +output-format=parseable # Just the errors please, no full report reports=no -- cgit v1.2.3