summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This reverts commit 7197fb7287505388bbf7af1c73adaf09bf3b04f5. Disable just no-member instead of disabling everything.
* Disable useless-supression for nowClaudiu Popa2018-10-111-6/+0
| | | | It's getting annoying from time to time as it seems to be flaky.
* 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
| | | | | | | | | | Some of the messages were disabled in pylintrc, since they're not very useful for our case. Other parameters, such as the number of arguments / statements / attributes etc were configured so that they won't be too restrictive for our codebase, since making the code to respect them right now requires too much development changes, which is not justified by the end result. Closes issue #284.
* 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
| | | | | | This patch completely changes the way how binary and augmented operations are inferred, trying to be as compatible as possible with the semantics from the language reference.
* Add helpers.is_supertype and helpers.is_subtype, two functions for checking ↵Claudiu Popa2015-06-261-1/+1
| | | | if an object is a super/sub type of another.
* 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 ↵Claudiu Popa2015-05-191-2/+6
| | | | pylintrc.
* 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
| | | | Also, this patch adds a new rule in the pylintrc for the CI gate.
* 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