diff --git a/.pylintrc b/.pylintrc index 6bef3df83..fae72e8f6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -72,7 +72,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme # Template used to display messages. This is a python new-style format string # used to format the message information. See doc for all details -msg-template='{path} {line}: {msg} ({symbol})' +msg-template='{path}:{line}: {msg} ({symbol})' # Set the output format. Available formats are text, parseable, colorized, json # and msvs (visual studio).You can also give a reporter class, eg