| knowledge-database (beta) |
Current group: comp.programming
Static source code analysis for Python, Perl
| watercatone at yahoo.com.au | | beliavsky at aol.com |
|
|
 | | From: | watercatone at yahoo.com.au | | Subject: | Static source code analysis for Python, Perl | | Date: | 17 Jan 2005 21:40:09 -0800 |
|
|
 | Anyone know of good Perl, Python static source code analysis tools?
One with a command line feature for use in batch processing for nightly builds. (besides the built-in cross reference tool for Perl: warnings, strict)
|
|
 | | From: | beliavsky at aol.com | | Subject: | Re: Static source code analysis for Python, Perl | | Date: | 18 Jan 2005 09:36:39 -0800 |
|
|
 | watercatone wrote: >Anyone know of good Perl, Python static source code analysis tools?
>One with a command line feature for use in batch processing for nightly >builds.
Why don't you break your question into two and ask (or even better, search) in the relevant newsgroups (for example comp.lang.python for Python)?
For Python, 2 tools I know of are PyLint and PyChecker. One can Google for links.
|
|
|
| | |
|
 |