timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

say what error code each error is #50

Closed monsanto closed 10 years ago

monsanto commented 10 years ago

right now, you get an error message like

./query.py:2: subqueryload imported but unused

if that's not actually an error, I need to consult this github page to find the error code to ignore. Would be helpful if the error message said the error code so I don't have to do that.

That being said this may be unnecessary when #46 is added

lithammer commented 10 years ago

You can run frosted with the -vb / --verbose flag to show error codes.

timothycrosley commented 10 years ago

Hi @monsanto,

Thanks for reporting this concern! However, @renstrom is correct, and this the desired behavior.

Thanks!

Tim