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
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
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