Skip to content

Commit 9b74e55

Browse files
author
Pierre JACQUOT
committed
remove double occurence of msg-template
1 parent ac22ed8 commit 9b74e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
153153

154154
# Template used to display messages. This is a python new-style format string
155155
# used to format the message information. See doc for all details
156-
msg-template=msg-template={path}:{module}:{line}: [{msg_id}({symbol}), {obj}] {msg}
156+
msg-template={path}:{module}:{line}: [{msg_id}({symbol}), {obj}] {msg}
157157

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

0 commit comments

Comments
 (0)