Skip to content

Commit

Permalink
Merge pull request #3138 from rjarry/pylintrc
Browse files Browse the repository at this point in the history
pylintrc: customize error messages
  • Loading branch information
tardyp committed Apr 21, 2017
2 parents cb752cd + 815e977 commit 7765ccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ disable=
# mypackage.mymodule.MyReporterClass.
output-format=text

# Change the default error message template.
msg-template={path}:{line} {msg} [{symbol}]

# Include message's id in output
include-ids=yes

Expand Down

0 comments on commit 7765ccd

Please sign in to comment.