summaryrefslogtreecommitdiff
path: root/checkers/design_analysis.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't count branches from nested functions.cpopa2014-08-111-16/+12
|
* Cleanup.cpopa2014-08-081-2/+5
|
* linting pylintSylvain Th?nault2014-07-251-11/+11
|
* Only emit symbolic warnings from the design analysis checker.Torsten Marek2014-04-171-15/+22
|
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* various pylint fixesSylvain Th?nault2013-12-221-1/+1
|
* drop badly-implemented-container which cause several problems in its current ↵Sylvain Th?nault2013-12-201-47/+0
| | | | | | implementation. Somewhat close #112 (among other reporter problems).
* [design analysis] fix badly implemented protocol for read-only containers ↵Sylvain Th?nault2013-07-171-6/+5
| | | | like tuple. Close #25
* Add @check_messages(...) annotations to help not to spend time on unneeded ↵Anthony Truchet2013-06-181-3/+9
| | | | | | | | checks. We only add such annotations is reasonably simple cases. Some visit methods are quite involved and build a checker's state ; such methods are skipped in the first phase.
* astng has been renamed astroidDavid Douard2013-06-171-3/+3
|
* drop ref to internal and 404 urlSylvain Th?nault2013-05-071-6/+1
|
* fix spelling of max-branchs option, now max-branchesSylvain Th?nault2013-05-071-28/+28
|
* integrate patch from Peter Hammond to check protocol completness and avoid ↵Peter Hammond2012-09-281-1/+52
| | | | false R0903. Closes #104420
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+12
| | | | triggered whatever the format using a command line option
* white spaces cleanupSylvain Th?nault2012-09-191-17/+17
|
* patch for #5977. Yields do not increment the counter of returns.Sylvain Th?nault2010-02-231-7/+1
| | | | * remove yields counting
* implement #5564: ignore function / methode arguments with leading "_".Sylvain Th?nault2010-02-231-4/+22
| | | | | | | * "ignored-argument-names" have been added to options in order to set the regexp that recognizes the ignored arguments. * func_too_many_locals_arguments.(py, txt) have been added to test "too many arguments" and "too many local variables" features.
* fix branch countingEmile Anclin2009-03-111-5/+6
|
* replace argnames by args.argsEmile Anclin2009-03-091-1/+1
|
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-1/+2
|
* astng2 supportsylvain thenault2009-03-061-4/+4
|
* see changelogSylvain2006-12-051-0/+4
|
* apply skip's patchSylvain2006-10-031-4/+2
|
* check ChangeLogsyt2006-05-091-8/+14
|
* forget the past.root2006-04-261-0/+322
forget the past.