Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue-422 solved some pylint warnings when running pylint on pylint code base | Simu Toni | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Fix a couple of doc warnings, use string continuation. | Claudiu Popa | 2015-03-02 | 1 | -3/+3 |
| | |||||
* | Add a new warning for the Python 3 porting checker, 'using-cmp-argument'. | Claudiu Popa | 2015-02-28 | 1 | -0/+39 |
| | | | | | This warning is emitted when the `cmp` argument for the `list.sort` or `sorted builtin` is encountered, since it was removed in Python 3. This is part of the issue #376. | ||||
* | Backed out changeset c1f2f0c187b0 | Claudiu Popa | 2015-02-27 | 1 | -0/+5 |
| | | | | This is actually used by the test, which aren't calling visit_module. | ||||
* | Remove Python3Checker constructor, visit_module() does all its job | Pavel Roskin | 2015-02-26 | 1 | -5/+0 |
| | |||||
* | Clear Python3Checker state on every new module | Pavel Roskin | 2015-02-25 | 1 | -0/+5 |
| | | | | | This fixes detection of missing __future__ imports when processing multiple files. | ||||
* | Don't emit not-iterating warnings when the builtin is used in an unpacking. | Claudiu Popa | 2015-02-21 | 1 | -0/+6 |
| | |||||
* | Fix a false positive with dict and not-iterating warnings. | Claudiu Popa | 2015-02-21 | 1 | -1/+1 |
| | | | | | | dict accepts iterators, as much as set and list does. This patch fixes this and adds tests for the other callables for which we shouldn't emit. | ||||
* | Remove visit_discard for map-builtin-not-iterating, since it is already ↵ | Claudiu Popa | 2015-02-21 | 1 | -9/+0 |
| | | | | caught by visit_callfunc. | ||||
* | Set old_names for map-builtin-not-iterating since it replaced ↵ | Brett Cannon | 2015-02-20 | 1 | -2/+3 |
| | | | | implicit-map-evaluation | ||||
* | merge with default | Brett Cannon | 2015-02-20 | 1 | -28/+79 |
| | |||||
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -0/+488 |