Re: [IronPython] Code Quality Tools

2006-06-22 Thread Martin Maly
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Thursday, June 22, 2006 7:10 AM To: Discussion of IronPython Subject: [IronPython] Code Quality Tools Hello all, At Resolver we are looking into tools that we can use to provide simple code hygiene checks. Check we&#

[IronPython] Code Quality Tools

2006-06-22 Thread Michael Foord
Hello all, At Resolver we are looking into tools that we can use to provide simple code hygiene checks. Check we're not shadowing built-in names, check for unneeded import statements and unused variables; that sort of thing. I know of three Python modules that do this. They all fail unredeemabl