| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -173/+0 |
| | | |||||
| * | Check the number of arguments before attempting to obtain the first one. | Claudiu Popa | 2015-01-12 | 1 | -1/+1 |
| | | |||||
| * | Improve a couple of things for redundant-unittest-assert. | Claudiu Popa | 2015-01-04 | 1 | -3/+3 |
| | | | | | | | Include the bad assert method in the message and improve the test coverage. Also, annotate the test class with a skip decorator, since unittest discovery will believe it's an actual unittest file. | ||||
| * | Merged in vtemian/pylint/redundant-assert (pull request #202) | Claudiu Popa | 2015-01-04 | 1 | -6/+24 |
| |\ | | | | | | | Added check for redundant assert #ropython-sprints | ||||
| | * | Improve tests | Vlad Temian | 2014-11-22 | 1 | -4/+4 |
| | | | | | | | | | | | --HG-- branch : redundant-assert | ||||
| | * | Fix code style and naming convention issues after review | Vlad Temian | 2014-11-22 | 1 | -7/+10 |
| | | | | | | | | | | | --HG-- branch : redundant-assert | ||||
| | * | Added check for redundant assert in unittest | Vlad Temian | 2014-11-22 | 1 | -6/+21 |
| | | | | | | | | | | | --HG-- branch : redundant-assert | ||||
| * | | Minimize the except block, by catching only what will raise NoSuchArgumentError. | Claudiu Popa | 2014-12-06 | 1 | -9/+11 |
| | | | |||||
| * | | Fix 2.x open mode check; Add more tests | Cosmin Poieana | 2014-12-05 | 1 | -2/+9 |
| | | | | | | | | | | | --HG-- branch : open_mode | ||||
| * | | Merge; Fix open mode bug | Cosmin Poieana | 2014-12-05 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | --HG-- branch : open_mode | ||||
| * | | Merge; Fix according to review | Cosmin Poieana | 2014-11-30 | 1 | -41/+39 |
| |\ \ | |/ | | | | | | | --HG-- branch : open_mode | ||||
| * | | Fix opening mode check. Closes Issue #307 | Cosmin Poieana | 2014-11-22 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | --HG-- branch : open_mode | ||||
| * | | Proper opening mode checking for files | Cosmin Poieana | 2014-11-22 | 1 | -2/+42 |
| |/ | | | | | --HG-- branch : open_mode | ||||
| * | Rename OpenModeChecker to StdlibChecker. | Claudiu Popa | 2014-11-15 | 1 | -3/+3 |
| | | |||||
| * | Set the maxversion to 3.5 for boolean-datetime. | Claudiu Popa | 2014-08-19 | 1 | -1/+2 |
| | | |||||
| * | Add a new warning, 'boolean-datetime', emitted when an instance of ↵ | Claudiu Popa | 2014-08-19 | 1 | -0/+37 |
| | | | | | 'datetime.time' is used in a boolean context. Closes issue #239. | ||||
| * | linting pylint | Sylvain Thénault | 2014-07-25 | 1 | -3/+4 |
| | | |||||
| * | Only emit symbolic warnings from the stdlib checker. | Torsten Marek | 2014-04-10 | 1 | -2/+2 |
| | | |||||
| * | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | | |||||
| * | various pylint fixes | Sylvain Thénault | 2013-12-22 | 1 | -1/+1 |
| | | |||||
| * | some pylint and style fixes | Sylvain Thénault | 2013-07-31 | 1 | -1/+1 |
| | | |||||
| * | fix regression introduced by 7eef8a7185ba: open mode no more checked with ↵ | Sylvain Thénault | 2013-07-17 | 1 | -3/+3 |
| | | | | | python2 | ||||
| * | Fix checking open() modes on python3 | Julien Cristau | 2013-07-17 | 1 | -4/+11 |
| | | | | | open.__module__ is io, not __builtins__. | ||||
| * | Add bad-open-mode warning for invalid open modes specified on open/file calls. | Torsten Marek | 2013-06-19 | 1 | -0/+62 |
