| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable duplicate-code check | Nick Drozd | 2019-12-24 | 1 | -2/+0 |
| | | |||||
| * | Enable wrong-import-order, wrong-import-position checks | Nick Drozd | 2019-12-24 | 1 | -3/+0 |
| | | |||||
| * | Enable else-if-used extension | Nick Drozd | 2019-12-24 | 1 | -0/+1 |
| | | |||||
| * | Revert "Disable the pylint job until we fix the clone inference bugs" | Claudiu Popa | 2019-01-15 | 1 | -1/+3 |
| | | | | | | This reverts commit 7197fb7287505388bbf7af1c73adaf09bf3b04f5. Disable just no-member instead of disabling everything. | ||||
| * | Disable useless-supression for now | Claudiu Popa | 2018-10-11 | 1 | -6/+0 |
| | | | | | It's getting annoying from time to time as it seems to be flaky. | ||||
| * | Let formatting be handled by black | Claudiu Popa | 2018-10-02 | 1 | -1/+3 |
| | | |||||
| * | Change the line endings of the pylint config file | Claudiu Popa | 2018-10-02 | 1 | -386/+435 |
| | | |||||
| * | Add support for type comments (#548) | Claudiu Popa | 2018-05-23 | 1 | -1/+1 |
| | | |||||
| * | Disable stop-iteration-return until we'll drop support for python 2 | Claudiu Popa | 2017-07-23 | 1 | -1/+3 |
| | | |||||
| * | Fix lintastroid-1.5.2 | Claudiu Popa | 2017-04-17 | 1 | -0/+1 |
| | | |||||
| * | Remove pylint errors | Derek Gustafson | 2016-12-03 | 1 | -0/+3 |
| | | |||||
| * | Fix typos | Jakub Wilk | 2016-06-02 | 1 | -1/+1 |
| | | |||||
| * | Try to see if AppVeyor gets triggered. | Claudiu Popa | 2015-12-16 | 1 | -1/+1 |
| | | |||||
| * | Cleanup pylint's warnings over astroid codebase | Claudiu Popa | 2015-12-14 | 1 | -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 Popa | 2015-09-25 | 1 | -1/+1 |
| | | |||||
| * | Remove obsoleted config options. | Claudiu Popa | 2015-08-21 | 1 | -21/+0 |
| | | |||||
| * | Improve the inference of binary arithmetic operations (normal and augmented) | Claudiu Popa | 2015-06-27 | 1 | -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 Popa | 2015-06-26 | 1 | -1/+1 |
| | | | | | if an object is a super/sub type of another. | ||||
| * | Fix Pylint warnings over astroid. | Claudiu Popa | 2015-05-24 | 1 | -1/+1 |
| | | |||||
| * | Update the list of disabled messages. | Claudiu Popa | 2015-05-19 | 1 | -1/+3 |
| | | |||||
| * | Fix pylint warnings over astroid, update the list of disabled messages in ↵ | Claudiu Popa | 2015-05-19 | 1 | -2/+6 |
| | | | | | pylintrc. | ||||
| * | Fix bad-continuation errors from astroid. | Claudiu Popa | 2015-05-19 | 1 | -1/+1 |
| | | |||||
| * | Remove all unused variables from the code base. | Claudiu Popa | 2015-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fix all unused imports in the code base. | Claudiu Popa | 2015-01-29 | 1 | -1/+1 |
| | | | | | Also, this patch adds a new rule in the pylintrc for the CI gate. | ||||
| * | Remove all occurences of bad-whitespace. | Claudiu Popa | 2015-01-10 | 1 | -1/+1 |
| | | |||||
| * | Add a bootstrapped CI verification, using pylint. | Claudiu Popa | 2015-01-10 | 1 | -0/+381 |
