summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-0/+4
| | | | | pylint gained a new `--from-stdin` flag which activates stdin linting, useful for editors and similar use cases. Closes: #1187
* Reformat the code with blackClaudiu Popa2018-09-171-0/+3
|
* 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.