summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Collapse)AuthorAgeFilesLines
* 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