Skip to content

Commit 5caa8c4

Browse files
DEVOPS-478 :: Standardize Pylint configurations
1 parent ce67bb8 commit 5caa8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
121121
# Set the output format. Available formats are text, parseable, colorized, json
122122
# and msvs (visual studio). You can also give a reporter class, e.g.
123123
# mypackage.mymodule.MyReporterClass.
124-
#output-format=text
124+
output-format=colorized
125125

126126
# Tells whether to display a full report or only the messages.
127127
#reports=no

0 commit comments

Comments
 (0)