Plugin model for cleanup passes
I did not find any place where all available mixin are aggregated. Maybe Tedium is a good candidate to build such dictionary across the component database?
As a first step, a more structured representation of the cleanup passes, and the ability to control them a la #1.
If we get enough cleanup passes a plugin model could prove useful.
seems a good first step indeed! I did not try it yet, but is Tedium already useable on a component basis? (or just the Google set hard-coded?)
Currently it's hardcoded to the PolymerElements org unless you specify the repos using the --repo CLI arg. With configurable passes & repos then it's much more likely to be useful for others.
That's perfect indeed! Thanks Peter ( @rictic ) PS: saw it a minutes after I posted the comment in other PRs :)
We've made some progress on this, but currently all passes need to be checked into tedium itself. How should tedium discover other passes that you'd like to run?