Commit Graph

11 Commits

Author SHA1 Message Date
Thomas Hisch
fb5a2a6dd7 Add support for reading from stdin (#2746)
pylint gained a new `--from-stdin` flag which activates stdin linting, useful for editors and similar use cases.

Closes: #1187
2019-03-02 14:28:31 +01:00
Claudiu Popa
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
3a8635a9ef Update copyright notices 2018-07-15 11:36:36 +02:00
Ville Skyttä
9d23fab60b Spelling fixes 2018-01-30 21:51:11 +01:00
Claudiu Popa
9ff44de0ca
Regenerate copyright notices 2017-12-15 12:24:15 +01:00
Łukasz Rogalski
cb6e4523ce Raise meaningful exception for invalid reporter class being selected (#1450) 2017-04-28 19:33:34 +02:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Glenn Matthews
3ae79853d2 Add copyright string 2016-07-19 13:59:59 -04:00
Glenn Matthews
f63f165dbc Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError 2016-07-19 13:56:06 -04:00
Glenn Matthews
0495355af9 Move EmptyReport and UnknownMessage to pylint.exceptions 2016-07-19 13:56:06 -04:00
Glenn Matthews
47577a4a39 Better input validation in register_messages to avoid overwrites.
Add InvalidMessageError and use it instead of asserts in pylint.utils.
2016-07-19 13:56:06 -04:00