Re: [Ironpython-users] static analysis tool

2014-10-14 Thread Joseph Mortensen
Could anyone link me on how to use PTVS's analyzer? From: Dino Viehland [mailto:di...@microsoft.com] Sent: Tuesday, September 30, 2014 8:12 PM To: Joseph Mortensen; ironpython-users@python.org Subject: RE: static analysis tool Do you want to create your own static analysis rules or just u

Re: [Ironpython-users] static analysis tool

2014-10-01 Thread Joseph Mortensen
I'd prefer to have my own rules eventually, but for starters just an existing one would be great. Could you point me to some example code using PTVS's analyzer? Thanks, Joe From: Dino Viehland [mailto:di...@microsoft.com] Sent: Tuesday, September 30, 2014 8:12 PM To: Joseph

[Ironpython-users] static analysis tool

2014-09-30 Thread Joseph Mortensen
I'm trying to static analysis on python code that has very heavy usage of .NET libraries. I've seen pyflakes, pylint, and pychecker as the main tools to do this stuff in python, but I haven't gotten any of them working properly with IronPython in windows. Are there any recommendations for somet