timothycrosley / deprecated.frosted

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

Verbose enhancement #15

Closed Shura1oplot closed 10 years ago

Shura1oplot commented 10 years ago

There are two changes:

  1. messages can redefine their keyword:
    • in ImportStarUsed keyword is '*'
    • in ReturnWithArgsInsideGenerator keyword is 'return'
    • in BareExcept keyword is 'except'
  2. custom items order in verbose: filename:line:col:error_code:keyword:message
timothycrosley commented 10 years ago

Looks great, thanks!