Commit Graph

10 Commits

Author SHA1 Message Date
hippo91
8d2f5d090b Add a new `missing-parentheses-for-call-in-test` check
This is emitted in case a call to a function is made inside a test but it misses parentheses.
It is a more specialised form of `using-constant-test`, but tailored specifically to callables.

Close #2658
2019-03-19 10:45:09 +01:00
Claudiu Popa
55de04f2b0 Move the --from-stdin changelog to 2.4 2019-03-02 14:30:08 +01:00
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
Dan Hemberger
784dc5319b Fix trivial typo in 2.3.rst
"upports" -> "supports"
2019-03-01 18:00:29 +01:00
Claudiu Popa
eef175ea48 Better phrasing for this release changes 2019-02-27 10:53:31 +01:00
Claudiu Popa
5747cdc849 Prepare 2.3, also update the release document for this release 2019-02-27 10:51:26 +01:00
Claudiu Popa
e627af0c43 Fix the doc errors 2019-02-13 11:15:12 +01:00
Claudiu Popa
c20bcf0b83 Document how the pragma controls work. Close #2732 2019-02-13 11:11:57 +01:00
Claudiu Popa
46faee298e Added a new command line option `list-groups for listing all the check groups pylint` knows about. 2019-02-13 10:57:21 +01:00
Claudiu Popa
fa52e7da18 Add the initial release log for 2.3 2019-02-13 10:41:38 +01:00