summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a false positive for ``unused-variable`` and ``nonlocal`` assignmentsClaudiu Popa2019-01-133-1/+20
* Expose/export BaseTokenChecker in __all__ as well?Bruno P. Kinoshita2019-01-071-1/+1
* Support optional ~ or ! prefix for docstring typesJim Robertson2018-12-283-11/+63
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-1/+1
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-284-14/+226
* Generalize `chained-comparison` (#2655)Justin Li2018-12-215-52/+87
* Adjust the docstring a bitClaudiu Popa2018-12-201-3/+5
* Added load_configuration() hook for pluginsMatus Valo2018-12-206-0/+111
* Refactor - Rename _messages to _messages_definitionsPierre Sassoulas2018-12-181-7/+7
* Refactor - Made the error message predictablePierre Sassoulas2018-12-182-3/+7
* Refactor - get_messages -> get_messages_from_checkerPierre Sassoulas2018-12-184-10/+10
* Refactor - Consistent function and variable namePierre Sassoulas2018-12-183-47/+53
* Refactor - get_message_definition returning a listPierre Sassoulas2018-12-183-41/+67
* Exempt starred unpacking from ``*-not-iterating`` Python 3 checksClaudiu Popa2018-12-183-0/+13
* Make ``compare-to-zero`` less zealous by checking against equality and identityClaudiu Popa2018-12-144-9/+11
* Fix extraneous changelog entryClaudiu Popa2018-12-141-2/+0
* Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.Claudiu Popa2018-12-143-0/+14
* Fix docs to work with astroide>2.x (#2646)Sardorbek Imomaliev2018-12-143-3/+7
* ``no-member`` is emitted for enums when they lack a memberClaudiu Popa2018-12-114-4/+34
* Add ``no-else-raise`` warning (R1720) (#2636)Jim Robertson2018-12-115-10/+157
* Fix false positive Non-iterable value with async comprehensions (#2638)Pablo Galindo2018-12-113-3/+19
* Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)sbagan2018-12-103-0/+4
* Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)Jim Robertson2018-12-077-25/+62
* Fix false positive with `not-async-context-manager` caused by not understandi...Claudiu Popa2018-12-065-9/+35
* Remove unused imports from checkers/utils.py, including the missing typing.Ty...Claudiu Popa2018-12-042-15/+3
* Fix error caused by the new checkClaudiu Popa2018-11-301-1/+1
* Document the use of --recreate for tox. Close #2590Claudiu Popa2018-11-291-0/+8
* Added ``wrong-exception-operation``Claudiu Popa2018-11-294-1/+57
* Master is now 2.3.0Claudiu Popa2018-11-281-1/+1
* Refactor ``bad-reversed-sequence`` to account for more objects that can defin...Claudiu Popa2018-11-283-2/+32
* Prepare 2.2.2pylint-2.2.2Claudiu Popa2018-11-281-1/+1
* Fix the documentationClaudiu Popa2018-11-281-2/+2
* Revert "Replace StopIterationCalls in ForwardSlashChunker with returns."Claudiu Popa2018-11-281-5/+5
* Replace StopIterationCalls in ForwardSlashChunker with returns.Claudiu Popa2018-11-281-5/+5
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-284-7/+36
* Set _module_pkg on init as well, not just on open. Close #2613Claudiu Popa2018-11-271-0/+1
* Prepare 2.2.1pylint-2.2.1Claudiu Popa2018-11-271-1/+1
* implicit-str-concat-in-sequence: Handling lines with multi-bytes characters -...Lucas Cimon2018-11-266-4/+24
* Forgot to update the documentation as wellpylint-2.2.0Claudiu Popa2018-11-251-2/+2
* Prepare 2.2Claudiu Popa2018-11-252-3/+6
* Fixed literal-comparison for the case of 0 and 1 (#2601)Sergei Lebedev2018-11-235-3/+21
* Update README.rst (#2580)Stephen Longofono2018-11-061-1/+4
* Fix typo in msg description (#2548)Mike Miller2018-10-112-1/+3
* Consider ``range()`` objects for ``undefined-loop-variable`` leaking from ite...Claudiu Popa2018-10-117-22/+45
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-1022-52/+186
* Make some minor revisions/corrections to the docs (#2542)Adam Parkin2018-10-104-37/+33
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-048-101/+146
* dict-iter-method and dict-view-method no longer determines if the operand is ...Claudiu Popa2018-10-022-32/+18
* ``deprecated-method`` can use the attribute name for identifying a deprecated...Claudiu Popa2018-10-023-23/+52
* GrammarClaudiu Popa2018-10-021-1/+1