summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...Claudiu Popa2020-04-274-18/+13
* Add back License not handled by a scriptPierre Sassoulas2020-04-274-0/+12
* benchmark| Potential solution for performance regressions (#3473)Frank Harrison2020-04-263-2/+352
* More localized disable for broad-except in PylinterPierre Sassoulas2020-04-261-4/+2
* [lint package refactor] Create a file for the Run classPierre Sassoulas2020-04-262-407/+409
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-264-1174/+1185
* [lint package refactor] Create a file for check_parallelPierre Sassoulas2020-04-262-104/+115
* [lint package refactor] Create a file for the utility functionsPierre Sassoulas2020-04-262-72/+79
* [lint package refactor] Create a file for the report functionsPierre Sassoulas2020-04-262-72/+78
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-267-18/+18
* [test json] Refactor the json reporter unittestPierre Sassoulas2020-04-261-23/+30
* Fix a typo in a JsonReporter docstringPierre Sassoulas2020-04-263-4/+1
* Fix a typo in TextReporterPierre Sassoulas2020-04-261-2/+2
* profile| Remove the --profile-svg switchFrank Harrison2020-04-231-1/+1
* profile| Adds profile-heatmap generation output to tox test-runsFrank Harrison2020-04-231-1/+2
* Fix false negative for undefined-variable when using class attribute in compr...Andrew Simmons2020-04-224-10/+45
* Fix false positive for ``undefined-variable`` when using class attribute as r...Andrew Simmons2020-04-223-1/+23
* Fix false positive for ``undefined-variable`` when using class attribute in d...Andrew Simmons2020-04-224-12/+53
* Remove import and rename file to use pytest's conftest.pyPierre Sassoulas2020-04-204-18/+5
* Fix the broken tests: raises do not exist in PythonPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix function redefinition in check_docsPierre Sassoulas2020-04-202-3/+2
* [tests lint] Fix all W0223: abstract-method in pylint's own testsPierre Sassoulas2020-04-204-2/+7
* Disable R0901: Too many ancestors for PylinterPierre Sassoulas2020-04-202-1/+1
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-2014-29/+26
* [tests lint] Disable all the too-many-public-methods warningPierre Sassoulas2020-04-207-1/+16
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-208-14/+9
* [tests lint] Fix all C0415 import-outside-toplevel in pylint's own testsPierre Sassoulas2020-04-202-13/+7
* [tests lint] Fix some E0102: method already defined in testsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all C0121 singleton-comparison in pylint's own testsPierre Sassoulas2020-04-202-2/+1
* [tests lint] Fix all W0231 super-init-not-called in pylint's own testsPierre Sassoulas2020-04-202-1/+4
* [tests lint] Fix all E1101 no-member in pylint's own testsPierre Sassoulas2020-04-203-1/+3
* [tests lint] Fix all W0702 bare-except in pylint's own testsPierre Sassoulas2020-04-204-4/+3
* Enable wildcard-import check in pylint's own testsPierre Sassoulas2020-04-201-1/+0
* [tests lint] Fix all 'no-self-use' in pylint's own testsPierre Sassoulas2020-04-209-250/+277
* [tests lint] Fix all W9016 missing-type-doc in pylint's own testsPierre Sassoulas2020-04-202-3/+2
* Get rid of a bunch of yoda conditions in tests (misplaced-comparison-constant)Pierre Sassoulas2020-04-206-19/+18
* Fix an implicit string concatenation in unittest_checker_formatPierre Sassoulas2020-04-202-2/+1
* [tests lint] Fix all W0612 unused-variable in pylint's own testsPierre Sassoulas2020-04-206-24/+13
* [tests lint] Fix all W0614 unused-wildcard-import in pylint's own testsPierre Sassoulas2020-04-204-5/+12
* [tests lint] Fix all W0107 (unnecessary-pass) in pylint's own testsPierre Sassoulas2020-04-203-3/+0
* [tests lint] Fix all pointless-string-statement in pylint's own testsPierre Sassoulas2020-04-202-5/+5
* [tests lint] Fix all pointless-statement in pylint's own testsPierre Sassoulas2020-04-202-3/+3
* [tox] Extend the pylint check to the relevant parts in testsPierre Sassoulas2020-04-203-3/+58
* [tox] Extend the isort check to the relevant parts in testsPierre Sassoulas2020-04-203-3/+4
* [tox] Extend the black check to the relevant parts in testsPierre Sassoulas2020-04-203-6/+4
* Handles failing file-delete when skipping import_graph testsFrank Harrison2020-04-191-1/+5
* tox| Generate coverage htmls via toxFrank Harrison2020-04-191-0/+11
* Fix false-negative cases for trailing-comma-tupleYang Yang2020-04-194-2/+18
* Refactor the dict.get detection code to be easier to understandClaudiu Popa2020-04-031-18/+41
* Don't HTML-escape JSON messages (#3467)Clément Pit-Claudel2020-04-033-2/+5