Skip to content

Commit b02b572

Browse files
committed
change the message template to one vim likes
The default message template, with a colon after the filename, works better in vim as an error file (:cfile). Switch, because I don't think anyone else depends on the exact syntax and both forms are clear-ish to humans.
1 parent 8a6d35c commit b02b572

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
@@ -72,7 +72,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
7272

7373
# Template used to display messages. This is a python new-style format string
7474
# used to format the message information. See doc for all details
75-
msg-template='{path} {line}: {msg} ({symbol})'
75+
msg-template='{path}:{line}: {msg} ({symbol})'
7676

7777
# Set the output format. Available formats are text, parseable, colorized, json
7878
# and msvs (visual studio).You can also give a reporter class, eg

0 commit comments

Comments
 (0)