PyCQA / eradicate

Removes commented-out code from Python files

Home Page:https://pypi.python.org/pypi/eradicate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coala

sils opened this issue · comments

Hi,

I thought you might want to be aware that we're using eradicate for coala (see coala-analyzer.org), the functionality gets added in coala/coala#1041 .

Because of that we rely on your public but undocumented API filter_commented_out_code.

With this you can use eradicate right in several editors, via an interactive CLI, get JSON output or use the gitmate service we're building (gitmate.com - prototype!).

If you're interested, we could work on moving your analysis routines over to coala natively, we could make a coala CLI application that simply applies the patches automatically without user interaction, so you would get our user interaction while we would maintain the algorithms for you if they're part of our project. They may also then be reused for other programming languages as far as possible.

thanks for the discussion (on email, this is no sarcasm :)), closing