summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
|
* Spelling fixesVille Skyttä2018-01-301-1/+1
|
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+3
|
* Raise meaningful exception for invalid reporter class being selected (#1450)Łukasz Rogalski2017-04-281-0/+3
|
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-1/+1
|
* Add copyright stringGlenn Matthews2016-07-191-0/+1
|
* Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportErrorGlenn Matthews2016-07-191-2/+2
|
* Move EmptyReport and UnknownMessage to pylint.exceptionsGlenn Matthews2016-07-191-0/+6
|
* Better input validation in register_messages to avoid overwrites.Glenn Matthews2016-07-191-0/+8
Add InvalidMessageError and use it instead of asserts in pylint.utils.