summaryrefslogtreecommitdiff
path: root/checkers/stdlib.py
Commit message (Expand)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
* Merged in vtemian/pylint/redundant-assert (pull request #202)Claudiu Popa2015-01-041-6/+24
|\
| * Improve testsredundant-assertVlad Temian2014-11-221-4/+4
| * Fix code style and naming convention issues after reviewVlad Temian2014-11-221-7/+10
| * Added check for redundant assert in unittestVlad Temian2014-11-221-6/+21
* | 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
* | Merge; Fix open mode bugCosmin Poieana2014-12-051-3/+41
|\ \ | |/ |/|
| * Merge; Fix according to reviewCosmin Poieana2014-11-301-3/+41
| |\ |/ /
| * Fix opening mode check. Closes Issue #307Cosmin Poieana2014-11-221-2/+42
| |\ |/ /
| * Proper opening mode checking for filesCosmin Poieana2014-11-221-2/+42
|/
* Rename OpenModeChecker to StdlibChecker.Claudiu Popa2014-11-151-3/+3
* Set the maxversion to 3.5 for boolean-datetime.cpopa2014-08-191-1/+2
* Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime....cpopa2014-08-191-0/+37
* 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 pyt...Sylvain Th?nault2013-07-171-3/+3
* Fix checking open() modes on python3Julien Cristau2013-07-171-4/+11
* Add bad-open-mode warning for invalid open modes specified on open/file calls.Torsten Marek2013-06-191-0/+62