Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2019-11-16 03:31:37 +0300
committerPatryk Obara <patryk.obara@gmail.com>2019-11-16 04:27:24 +0300
commit5b99e786f0b59b17fc46aa403176e4ecd677fe5a (patch)
tree5bec93fc8d3475970ac5954b4045d59eb0b4d69b /.pylint
parent9a296eded981d2b59c3a8fda44fb8b335da29d6c (diff)
Colorize linter output
Diffstat (limited to '.pylint')
-rw-r--r--.pylint2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylint b/.pylint
index 9b1486ff2..a5fa1ff48 100644
--- a/.pylint
+++ b/.pylint
@@ -163,7 +163,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
# Set the output format. Available formats are text, parseable, colorized, json
# and msvs (visual studio). You can also give a reporter class, e.g.
# mypackage.mymodule.MyReporterClass.
-output-format=text
+output-format=colorized
# Tells whether to display a full report or only the messages.
reports=no