summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare the releaseClaudiu Popa2018-07-151-1/+1
* Fix incorrect hanging indent detection for with statementsBryce Guinta2018-07-151-0/+4
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-121-0/+7
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-121-0/+4
* `trailing-comma-tuple` can be emitted for `return` statements as well.Claudiu Popa2018-07-101-0/+4
* `ImportFrom` nodes correctly use the full name for the import sorting checks.Claudiu Popa2018-07-031-0/+4
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-031-0/+3
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+5
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-281-0/+5
* fix typo (#2212)Alok Singh2018-06-211-1/+1
* Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa2018-06-201-0/+3
* [].extend and similar builtin operations don't emit `dict-*-not-iterating` wi...Claudiu Popa2018-06-201-0/+4
* Add new checker 'consider-using-dict-comprehension' (#2204)Konstantin2018-06-201-0/+3
* `logging-not-lazy` is emitted whenever pylint infers that a string is built w...Claudiu Popa2018-06-181-0/+5
* Add checker for simplifying chained comparison. Sushobhit2018-06-181-0/+9
* Add new check `comparison-with-callable`ssolanki2018-06-151-0/+4
* `in` is considered iterating context for some of the Python 3 porting checkersClaudiu Popa2018-06-141-0/+4
* Add `--ignore-none` flag to control if pylint should warn about `no-member` w...Claudiu Popa2018-06-091-0/+2
* Fix a false positive related to `too-many-arguments` and bounded `__get__` me...Claudiu Popa2018-06-071-0/+4
* `mcs` as the first parameter of metaclass's `__new__` method was replaced by ...Claudiu Popa2018-06-061-0/+4
* `assignment-from-no-return` considers methods as well.Claudiu Popa2018-06-061-0/+4
* Support typing.TYPE_CHECKING for *unused-import* errorsClaudiu Popa2018-06-061-0/+4
* Inferred classes at a function level no longer emit `invalid-name`Claudiu Popa2018-06-061-0/+5
* Fix a bug with `missing-kwoa` and variadics parametersClaudiu Popa2018-06-061-0/+4
* Added basic support for postponed evaluation of function annotations.Claudiu Popa2018-06-051-0/+4
* `simplifiable-if-statement` takes in account only when assigning to same targetsClaudiu Popa2018-06-051-0/+4
* `len-as-condition` recognize more cases (#2165)Matej Marušák2018-06-041-0/+2
* Fixed emitting ``useless-super-delegation`` when changing the default value o...Ashley Whetter2018-06-021-2/+7
* Fixed incorrect line number for line-too-long on comment at end of module (#2...hippo912018-06-021-0/+5
* Fixed method-hidden raised when assigned to data descriptorsAshley Whetter2018-06-011-0/+2
* Don't warn about `stop-iteration-return` when using `next()` over `itertools....Claudiu Popa2018-06-011-0/+4
* Implement "consider-using-get"-checker (close #2076) (#2141)Konstantin2018-05-261-3/+8
* invalid-slice-index is not emitted when the slice is used as index for a comp...Claudiu Popa2018-05-241-0/+5
* Don't emit `unused-import` anymore for typing imports used in type comments.Claudiu Popa2018-05-231-0/+2
* Prepare 2.0-devpylint-2.0.devClaudiu Popa2018-05-211-4/+5
* Add checker to warn when imported package is renamed as original one.Sushobhit2018-05-191-0/+3
* Put the changelog entry where it belongsClaudiu Popa2018-05-191-2/+3
* Take annotations in account for missing-type-doc and missing-return-docSushobhit2018-05-191-0/+3
* Add `--exit-zero` option (#2099)Jason Owen2018-05-171-0/+6
* Fix handling of inline scopes in too-many-statements (#1979)Mark Miller2018-05-171-0/+4
* Switch to using verbose instead of quiet since we want to disable this by def...Claudiu Popa2018-05-171-2/+2
* Expose quiet mode to command lineGary Tyler McLeod2018-05-171-0/+5
* Fix an error which occurred when using the docparams extension and documentin...Adam Dangoor2018-05-161-0/+3
* The Changelog was messed up on masterClaudiu Popa2018-05-161-38/+40
* Added 1.9.0 release to changelogAshley Whetter2018-05-151-0/+6
* Update ChangeLog and whatsnewMarianna Polatoglou2018-05-151-0/+4
* Add a new check: `logging-fstring-interpolation`.Mariatta Wijaya2018-05-151-1/+6
* Fix message name in the changelogClaudiu Popa2018-05-151-1/+2
* Add new check 'comparison-with-itself' (#2074)Sushobhit2018-05-151-0/+3
* Don't emit 'useless-super-delegation' if annotations are differentBen Green2018-05-151-0/+4