timothycrosley / deprecated.frosted

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

Is there any way to ignore WARNING messages about skipped files? #28

Closed voltidev closed 10 years ago

voltidev commented 10 years ago

I get too many messages like "WARNING: project/migrations/0017.py was skipped as it's listed in 'skip' setting.

It makes it hard too have fast review of the result when I get so many messages I'm not interested in.

It could be great if user could see it only in verbose mode.

timothycrosley commented 10 years ago

I agree, will update it for the next release to only show WARNING messages about skipped files in verbose mode - or if only one file is supplied and it must be skipped.

Thanks!

Timothy

aelgru commented 10 years ago

:+1:

This would make it easier to create a PlugIn for PyBuilder.

timothycrosley commented 10 years ago

Fixed in release 1.3.0, thanks again for pointing this out!

~Timothy