I want to use code analysis tools like pylint or pyflakes for analysing IronPython scripts.
I came across FePy which has a pyflakes but can't get it to run on my ipy script file. It gives 'module' object has no attribute 'parse'.
Any idea how to get that to work or any other alternatives for IronPython?
