summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Expand)AuthorAgeFilesLines
* Disable consider-using-with in function returning a streamPierre Sassoulas2021-04-241-1/+5
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-4/+2
* Enable useless-suppressionPierre Sassoulas2021-04-191-0/+2
* Ignore the too-many-warnings we're not refactoring anywayPierre Sassoulas2021-04-191-1/+7
* Ignore duplicate code for now because astroid/brain is full of itPierre Sassoulas2021-04-191-1/+3
* Ignore cyclic import and wrong import position for nowPierre Sassoulas2021-04-191-3/+4
* Remove empty line between comments in configurationPierre Sassoulas2021-04-181-43/+1
* Enable duplicate-code checkNick Drozd2019-12-241-2/+0
* Enable wrong-import-order, wrong-import-position checksNick Drozd2019-12-241-3/+0
* Enable else-if-used extensionNick Drozd2019-12-241-0/+1
* Revert "Disable the pylint job until we fix the clone inference bugs"Claudiu Popa2019-01-151-1/+3
* Disable useless-supression for nowClaudiu Popa2018-10-111-6/+0
* Let formatting be handled by blackClaudiu Popa2018-10-021-1/+3
* Change the line endings of the pylint config fileClaudiu Popa2018-10-021-386/+435
* Add support for type comments (#548)Claudiu Popa2018-05-231-1/+1
* Disable stop-iteration-return until we'll drop support for python 2Claudiu Popa2017-07-231-1/+3
* Fix lintastroid-1.5.2Claudiu Popa2017-04-171-0/+1
* Remove pylint errorsDerek Gustafson2016-12-031-0/+3
* Fix typosJakub Wilk2016-06-021-1/+1
* Try to see if AppVeyor gets triggered.Claudiu Popa2015-12-161-1/+1
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-18/+32
* Make pylint happyy.Claudiu Popa2015-09-251-1/+1
* Remove obsoleted config options.Claudiu Popa2015-08-211-21/+0
* Improve the inference of binary arithmetic operations (normal and augmented)Claudiu Popa2015-06-271-1/+1
* Add helpers.is_supertype and helpers.is_subtype, two functions for checking i...Claudiu Popa2015-06-261-1/+1
* Fix Pylint warnings over astroid.Claudiu Popa2015-05-241-1/+1
* Update the list of disabled messages.Claudiu Popa2015-05-191-1/+3
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-2/+6
* Fix bad-continuation errors from astroid.Claudiu Popa2015-05-191-1/+1
* Remove all unused variables from the code base.Claudiu Popa2015-01-291-1/+1
* Fix all unused imports in the code base.Claudiu Popa2015-01-291-1/+1
* Remove all occurences of bad-whitespace.Claudiu Popa2015-01-101-1/+1
* Add a bootstrapped CI verification, using pylint.Claudiu Popa2015-01-101-0/+381