summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-111-0/+2
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-311-1/+2
* Add new extension for comparison against empty string constants (#1183)Alexander Todorov2016-12-291-1/+2
* Add new contributor and changelog entryClaudiu Popa2016-12-271-0/+2
* Check the number of elements before attempting to unpack themMoises Lopez - https://www.vauxoo.com/2016-12-271-0/+1
* Add new contributor.Claudiu Popa2016-12-141-0/+2
* Add a new option for finding unused global variables.Łukasz Rogalski2016-12-131-1/+1
* Add a new check, superflous-else-returnMoisés López2016-12-041-1/+1
* Update the committers list.Claudiu Popa2016-12-041-11/+17
* Add Python 3 checker for accessing deprecated functions on the `string` modul...Roy Williams2016-12-021-0/+1
* Add a Python 3 Checker to find invalid imports in Python 3 (#1182)Roy Williams2016-11-301-2/+3
* Add new checker len-as-condition (#1154)Alexander Todorov2016-11-291-1/+2
* Add a Python 3 warning about accessing sys.maxint (#1180)Roy Williams2016-11-291-0/+1
* Report when __slots__ is a simple string and not a non-string container (#1171)Anthony Foglia2016-11-241-0/+2
* Add a Python 3 checker for calls to `encode` or `decode` with non-text codecs...Roy Williams2016-11-231-1/+2
* Fix a typo in CONTRIBUTORS (#1153)Alexander Todorov2016-11-021-1/+1
* Add What's New entry about overlapping-except.Claudiu Popa2016-10-311-0/+2
* Add a checker for accessing `Exception.message` in Python 2. (#1147)Roy Williams2016-10-311-1/+2
* Add a Python 3 warning for implementing `__eq__` without also implementing `_...Roy Williams2016-09-261-0/+2
* Add new error conditions for 'bad-super-call' (#1109)Alexander Todorov2016-09-181-0/+2
* Added some missing changes to the docsAshley Whetter2016-07-231-1/+3
* Relax size limit for names intended for private scopeElias Dorneles2016-07-181-0/+2
* Add type inference for missing-raises-docGlenn Matthews2016-07-181-2/+2
* Cleanup the code, to make it more understandable, correct documentation and c...Claudiu Popa2016-07-121-1/+1
* Add a new refactoring message, 'consider-merging-isinstance`.Moisés López2016-07-121-1/+2
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-101-1/+2
* Fixed check_docs doc error (#735)Glenn Matthews2016-07-011-0/+2
* Made list of property-like decorators configurable. (#942)Yannack2016-06-201-0/+2
* Add the new and old missing committers.Claudiu Popa2016-06-011-5/+8
* wrong-import-position, wrong-import-order: Skip try-import cases and nested i...Moises Lopez - https://www.vauxoo.com/2016-05-241-0/+1
* Added a new extension for checking documented exceptions raised (#904)Ashley Whetter2016-05-201-0/+1
* Add check for mccabe complexity cyclomatic threshold (#877)Moises Lopez - https://www.vauxoo.com/2016-05-091-1/+2
* Add missing changelog entries and new contributor.Claudiu Popa2016-04-301-0/+2
* [REF] import-checkers: Use of isort (#879)Moises Lopez - https://www.vauxoo.com/2016-04-301-1/+2
* [IMP] Add New checks for PEP 0257 - Docstring Conventions - triple double quo...Luis Escobar2016-04-131-1/+3
* [REF] CONTRIBUTORS.txt: Add Moisés López contributionMoisés López2016-04-071-0/+2
* Add ChangeLog entry and new contributor.Claudiu Popa2016-03-161-0/+2
* format: check for & warn about trailing newlinesMike Frysinger2016-01-091-0/+2
* Add the ability to ignore files based on regex matching.Aru Sahni2016-01-091-1/+1
* Port .hgignore to .gitignoreAru Sahni2015-12-091-0/+2
* check if the type of a variable is redefined (at a function, class or module ...Laura Médioni2015-10-301-1/+1
* Check imports are located at the top of the module (right after docstring and...Laura Médioni2015-11-101-1/+2
* Check imports are ordered (standard, 3rd party, local) and grouped by packageLaura Médioni2015-11-091-1/+1
* Check for nots too many in comparison expressionsLaura Médioni2015-10-261-1/+1
* check the number of boolean expressions in if statement is reasonnableLaura Médioni2015-10-291-1/+2
* check if the number of nested block in a function or a method isn't too highLaura Médioni2015-10-301-1/+1
* check for static methods declared without a decoratorLaura Médioni2015-10-291-1/+2
* Merge heads.Claudiu Popa2015-10-261-0/+2
|\
| * add a new rule looking for yoda conditionsLaura Médioni2015-10-151-0/+2
* | Update the contribution stats for Dmitry.Claudiu Popa2015-10-181-1/+1
|/