summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prepare 2.2Claudiu Popa2018-11-251-2/+5
* Fixed literal-comparison for the case of 0 and 1 (#2601)Sergei Lebedev2018-11-233-3/+17
* Fix typo in msg description (#2548)Mike Miller2018-10-111-1/+1
* Consider ``range()`` objects for ``undefined-loop-variable`` leaking from ite...Claudiu Popa2018-10-116-22/+41
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-1019-52/+173
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-045-101/+139
* 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-022-23/+42
* GrammarClaudiu Popa2018-10-021-1/+1
* using-constant-test has a false positive when using getattr(), so disable tha...Claudiu Popa2018-10-011-1/+1
* Obtain the correct number of CPUs for virtualized or containerized environments.Claudiu Popa2018-10-011-1/+12
* fix compatibility with unreleased changes to stdlib tokenizerMichael Hudson-Doyle2018-10-011-1/+4
* Fix formatting errorsClaudiu Popa2018-09-292-16/+29
* ``pylint`` is less eager to consume the whole line for pragmasClaudiu Popa2018-09-293-2/+21
* Move func_block_disable_msg into regrtest_data, because we already have a tes...Claudiu Popa2018-09-294-15/+2
* Save the first group into a variable and use that insteadClaudiu Popa2018-09-291-5/+7
* Use ast to handle PEP 328 multi-line importsScott Worley2018-09-294-5/+87
* Correct test fileClaudiu Popa2018-09-291-1/+0
* Don't suggest identity check against the interpreter's True or False builtin ...Claudiu Popa2018-09-294-29/+14
* Add test case that deprecated method is emitted for unittest methods. Close #...Claudiu Popa2018-09-292-0/+15
* Add test case for logging-* errors for subclasses of logging.Logger. Close #960Claudiu Popa2018-09-292-1/+12
* Change ``unbalanced-tuple-unpacking`` back to a warning.Claudiu Popa2018-09-291-2/+2
* Fix TypeError in test_good_comprehension_checksBenjamin Drung2018-09-281-7/+7
* Fix Windows newlines (CRLF) to Unix newlines (LF)Benjamin Drung2018-09-281-141/+141
* Fix utils.is_subclass_of to be aware of complex hierarchies (#2508)Sushobhit2018-09-282-10/+25
* Move the type check of the target after checking for invalid star assignment ...Claudiu Popa2018-09-251-5/+4
* Fix the lint errorsClaudiu Popa2018-09-251-3/+3
* Handle recursively the count of Starred nodes in assignmentsClaudiu Popa2018-09-243-15/+22
* Make sure that index is defined by assigning it to None before the loopClaudiu Popa2018-09-231-4/+5
* Simplify the code to remove the need for a linter disableClaudiu Popa2018-09-231-1/+4
* Emit ``too-many-starred-assignment`` only when the number of Starred nodes is...Claudiu Popa2018-09-232-4/+14
* No enumerate check in __iter__ (#2505)Ben James2018-09-223-1/+27
* Added check simplifiable-if-expression (#2502)Tomer Chachamu2018-09-204-1/+66
* Remove problematic annotationsClaudiu Popa2018-09-191-10/+4
* ``too-few-public-methods`` is not reported for ``typing.NamedTuple``Claudiu Popa2018-09-182-2/+20
* Move is_dataclass and is_enum_class back to where they are usedClaudiu Popa2018-09-182-59/+56
* Correct fallback when the lines out of the parse trees are in raw_module_msgs...Claudiu Popa2018-09-181-1/+16
* Partially revert commit fede47a625f40169bf839b7e8e2df643b3471635Claudiu Popa2018-09-183-29/+13
* Rely on a different file than bad_continuation for the parallel test caseClaudiu Popa2018-09-171-1/+1
* Fix mypy errors caused by black autoformatting the type commentsClaudiu Popa2018-09-172-4/+4
* Fix the tests broken by the disabling of formatting checks over pylint codebaseClaudiu Popa2018-09-171-2/+2
* Reformat the code with blackClaudiu Popa2018-09-1786-8342/+12197
* ```too-few-public-methods`` is not reported for dataclasses created with opti...Claudiu Popa2018-09-152-1/+10
* Move is_raising to where it is used and correct its annotationClaudiu Popa2018-09-152-10/+13
* Grammar fixes to docs (#2492)Drew2018-09-151-1/+1
* Remove wrong modules from 'bad-python3-import' (#2454)Aivar Annamaa2018-09-092-2/+20
* The ``json`` reporter prints an empty list when no messages are emittedClaudiu Popa2018-09-061-2/+1
* Remove useless minversion for Python 2.7Claudiu Popa2018-09-051-12/+6