Skip to content

Commit da36c6d

Browse files
authored
Added note to pylintrc about PyCharm compatability
1 parent 777e56e commit da36c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ enable=wildcard-import,
1919
[REPORTS]
2020
# Template used to display messages. This is a python new-style format string
2121
# used to format the message information. See doc for all details.
22+
# If pylint is run from PyCharm's Terminal, the output has clickable hyperlinks into the source code
2223
msg-template={abspath}:{line} {msg_id} ({symbol}) {msg} http://pylint-messages.wikidot.com/messages:{msg_id}
2324

2425
# Set the output format. Available formats are text, parseable, colorized, json

0 commit comments

Comments
 (0)