summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Collapse)AuthorAgeFilesLines
* check if the type of a variable is redefined (at a function, class or module ↵Laura M?dioni2015-10-301-1/+1
| | | | | | scope) related to issue #674
* Check imports are located at the top of the module (right after docstring ↵Laura M?dioni2015-11-101-1/+2
| | | | | | and comments) related to issue #692
* Check imports are ordered (standard, 3rd party, local) and grouped by packageLaura M?dioni2015-11-091-1/+1
| | | | related to issue #692
* 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
| | | | | | | --max-bool-expr option allows to configure it (by default, up to 5 are tolerated) closes issue #677
* check if the number of nested block in a function or a method isn't too highLaura M?dioni2015-10-301-1/+1
| | | | related to issue #668
* check for static methods declared without a decoratorLaura M?dioni2015-10-291-1/+2
| | | | closes issue #675
* 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
|/
* Update contributors listmultiple-imports-checkerDmitry Pribysh2015-10-011-0/+2
|
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-211-0/+2
|
* Update contributorsCezar2015-09-201-0/+2
|
* Forgot to add James MorgensenClaudiu Popa2015-05-111-0/+2
|
* Add new contributor.Claudiu Popa2015-05-101-0/+2
|
* fix indentation, add changelog entryunused-importRadu Ciorba2015-03-311-1/+1
|
* Add new contributor.Claudiu Popa2015-03-231-3/+5
|
* Add ChangeLog entry and new contributor.Claudiu Popa2015-03-181-0/+2
|
* Various changes related to docsMichal Nowikowski2015-02-271-2/+2
| | | | | | | | - added Changelog to docs - added list of contributors to docs - updated CONTRIBUTORS info - slight formating changes in Changelog - updated auto-generated man page and example pylintrc
* Backed out changeset 406c23c24795Michal Nowikowski2015-02-281-2/+2
|
* Various changes related to docsMichal Nowikowski2015-02-271-2/+2
| | | | | | | | - added Changelog to docs - added list of contributors to docs - updated CONTRIBUTORS info - slight formating changes in Changelog - updated auto-generated man page and example pylintrc
* Add new contributor.Claudiu Popa2015-02-221-0/+2
|
* Add note about new contributor.Claudiu Popa2015-02-171-0/+2
|
* Add two new contributors.Claudiu Popa2015-02-161-0/+4
|
* Add Vlad Temian to contributors.Claudiu Popa2015-01-041-0/+2
|
* Introduce a Python 3 checker.Brett Cannon2014-10-031-1/+2
| | | | | | | Start with checking for built-ins that are not available in Python 3 and magic methods which have no equivalent. Part of issue #20.
* Add Brett Cannon to CONTRIBUTORS.cpopa2014-09-121-0/+2
|
* Give credit to new contributor.cpopa2014-09-101-0/+2
|
* Give credit to new contributor.cpopa2014-08-031-0/+3
|
* Give credit to new contributor.cpopa2014-07-301-0/+2
|
* Give credit to recent contributor. Also, fix the news entry from the ChangeLog.cpopa2014-07-081-0/+2
|
* Update CONTRIBUTORSTorsten Marek2014-04-041-3/+8
|
* [doc] move contributors in a separated file, reorganize it a bit and give ↵Sylvain Th?nault2013-07-251-0/+33
more credits to current contributors