summaryrefslogtreecommitdiff
path: root/checkers/stdlib.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-173/+0
|
* Check the number of arguments before attempting to obtain the first one.Claudiu Popa2015-01-121-1/+1
|
* Improve a couple of things for redundant-unittest-assert.Claudiu Popa2015-01-041-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 Popa2015-01-041-6/+24
|\ | | | | | | Added check for redundant assert #ropython-sprints
| * Improve testsVlad Temian2014-11-221-4/+4
| | | | | | | | | | --HG-- branch : redundant-assert
| * Fix code style and naming convention issues after reviewVlad Temian2014-11-221-7/+10
| | | | | | | | | | --HG-- branch : redundant-assert
| * Added check for redundant assert in unittestVlad Temian2014-11-221-6/+21
| | | | | | | | | | --HG-- branch : redundant-assert
* | Minimize the except block, by catching only what will raise NoSuchArgumentError.Claudiu Popa2014-12-061-9/+11
| |
* | Fix 2.x open mode check; Add more testsCosmin Poieana2014-12-051-2/+9
| | | | | | | | | | --HG-- branch : open_mode
* | Merge; Fix open mode bugCosmin Poieana2014-12-051-1/+1
|\ \ | |/ | | | | | | --HG-- branch : open_mode
* | Merge; Fix according to reviewCosmin Poieana2014-11-301-41/+39
|\ \ | |/ | | | | | | --HG-- branch : open_mode
* | Fix opening mode check. Closes Issue #307Cosmin Poieana2014-11-221-1/+1
|\ \ | |/ | | | | | | --HG-- branch : open_mode
* | Proper opening mode checking for filesCosmin Poieana2014-11-221-2/+42
|/ | | | | --HG-- branch : open_mode
* Rename OpenModeChecker to StdlibChecker.Claudiu Popa2014-11-151-3/+3
|
* Set the maxversion to 3.5 for boolean-datetime.Claudiu Popa2014-08-191-1/+2
|
* Add a new warning, 'boolean-datetime', emitted when an instance of ↵Claudiu Popa2014-08-191-0/+37
| | | | 'datetime.time' is used in a boolean context. Closes issue #239.
* linting pylintSylvain Thénault2014-07-251-3/+4
|
* Only emit symbolic warnings from the stdlib checker.Torsten Marek2014-04-101-2/+2
|
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* various pylint fixesSylvain Thénault2013-12-221-1/+1
|
* some pylint and style fixesSylvain Thénault2013-07-311-1/+1
|
* fix regression introduced by 7eef8a7185ba: open mode no more checked with ↵Sylvain Thénault2013-07-171-3/+3
| | | | python2
* Fix checking open() modes on python3Julien Cristau2013-07-171-4/+11
| | | | open.__module__ is io, not __builtins__.
* Add bad-open-mode warning for invalid open modes specified on open/file calls.Torsten Marek2013-06-191-0/+62