octolab/cleaner

implement FakeCleaner

Closed this issue ยท 6 comments

implement FakeCleaner

@mlocati, I completed FakeCleaner, its output looks like this http://screencast.com/t/3BSrxD0PWli

configuration presented here: https://github.com/octolab/Cleaner/tree/master/tests/integration/project (important this https://github.com/octolab/Cleaner/blob/master/tests/integration/project/composer.json#L27)

available configuration for plugin presented here https://github.com/octolab/Cleaner/blob/master/src/Plugin.php#L58-L64

If you want you can try debug mode and see what happens with your packages

@mlocati, clean renamed to clear: ef33d70

FYI

Everything is working really fine! Really good work

glad to hear it! ๐Ÿ‘ I hope this will be useful

Me too ๐Ÿ˜‰ I'll start opening pull requests ๐Ÿ˜„

I noticed a problem with the strict types declaration: composer/composer#5393 should fix this