summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Style - Use a single list comprehension instead of a for loopClaudiu Popa2019-03-291-5/+4
* Refactor - Create file for BaseCheckerPierre Sassoulas2019-03-293-94/+105
* Refactor - Move function for checker in CheckerPierre Sassoulas2019-03-298-58/+50
* Fix - Move checker.utils tests into their dedicated unittestPierre Sassoulas2019-03-292-195/+192
* Refactor - Create a new file for ASTWalker unittestPierre Sassoulas2019-03-292-61/+71
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-2912-112/+125
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-294-18/+12
* Refactor - Remove circular import between utils and reporterPierre Sassoulas2019-03-293-2/+2
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-2916-55/+34
* Pin sphinx to the latest and fix the warning it causedClaudiu Popa2019-03-292-2/+2
* Support postponed evaluation of annotations for variable annotations.Claudiu Popa2019-03-293-1/+16
* ``epylint.py_run`` defaults to ``python`` in case the current executable is n...Claudiu Popa2019-03-283-2/+8
* Drop the quotes to make the test actually workClaudiu Popa2019-03-271-1/+1
* Move the preferred construction in open() where it has access to configClaudiu Popa2019-03-271-7/+6
* Add preferred-modules option and checkPaul Renvoisé2019-03-277-0/+61
* Add Contributor for ignoring raw docstring in Similarities checkerTaewon D. Kim2019-03-271-0/+2
* Add ChangeLog entry for ignoring raw docstring in Similarities checkerTaewon D. Kim2019-03-271-0/+2
* Add/modify tests for checking raw docstring in Similarities checkerTaewon D. Kim2019-03-273-4/+20
* Ignore raw docstrings in Similarities check with ignore-docstring=yesTaewon D. Kim2019-03-271-1/+3
* Fix last updated date in sphinx documentation (#2828)Dan Hemberger2019-03-241-1/+1
* Collapse if/else into ternaryNathan Marrow2019-03-221-4/+1
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-224-7/+31
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-229-5/+42
* Add Tidelift informationClaudiu Popa2019-03-205-5/+43
* Fix formatting errorClaudiu Popa2019-03-201-2/+2
* Add new linter: dict-iter-missing-itemsyory82019-03-206-3/+63
* Feat - Add an isort formatting check in the tox.iniPierre Sassoulas2019-03-202-4/+8
* Doc - Add isort in the contribution docPierre Sassoulas2019-03-201-1/+2
* Fix - A problem with comment handling in importPierre Sassoulas2019-03-201-1/+1
* Fix - An error added when applying isort/black everywherePierre Sassoulas2019-03-202-5/+3
* Fix - C0412: Imports from package x are not groupedPierre Sassoulas2019-03-204-15/+16
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-2017-201/+216
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-2096-289/+245
* Chore - Update black and pre-commit in configurationPierre Sassoulas2019-03-202-3/+3
* Feat - Add isort in the pre-commit configurationPierre Sassoulas2019-03-202-0/+11
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-198-36/+176
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-193-2/+6
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-196-185/+181
* Fix misattribution of `unused import` (#2672)Jim Robertson2019-03-193-5/+18
* Skip `if` expressions from f-strings for the `check_elif` checkerClaudiu Popa2019-03-192-1/+7
* Modify range-builtin-not-iterating message (#2810)bluesheeptoken2019-03-192-1/+2
* ``assigning-non-slot`` not emitted for classes with unknown base classes.Claudiu Popa2019-03-113-35/+49
* ``old-division`` is not emitted for non-Const nodes.Claudiu Popa2019-03-113-0/+29
* Refactor - Rename _ini_format_section directly to format_sectionPierre Sassoulas2019-03-091-4/+1
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-095-16/+10
* Refactor - Create a unittest file for MessageStorePierre Sassoulas2019-03-092-114/+124
* Refactor - Move test_register_error in pylint.message testPierre Sassoulas2019-03-092-142/+135
* Refactor - Move test_create_invalid_message_type in pylint.message testPierre Sassoulas2019-03-092-13/+13
* Refactor - Create a unittest file for the pylint.message packagePierre Sassoulas2019-03-091-0/+13
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-0915-95/+155