We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777e56e commit da36c6dCopy full SHA for da36c6d
pylintrc
@@ -19,6 +19,7 @@ enable=wildcard-import,
19
[REPORTS]
20
# Template used to display messages. This is a python new-style format string
21
# 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
23
msg-template={abspath}:{line} {msg_id} ({symbol}) {msg} http://pylint-messages.wikidot.com/messages:{msg_id}
24
25
# Set the output format. Available formats are text, parseable, colorized, json
0 commit comments