-
Notifications
You must be signed in to change notification settings - Fork 14
Track more metadata about cleanup passes. #16
Conversation
769c211
to
c46bc13
Compare
Whoops, missed this being assigned to me. Is this PR still valid? |
Yeah, I'd still like to land it. On Wed, Jan 6, 2016, 12:45 PM Daniel Freedman [email protected]
|
passes?: CleanupConfig; | ||
} | ||
let config: Config = | ||
JSON.parse(stripJsonComments(fs.readFileSync('config.json', 'utf8'))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to find another way to accomplish comments for the config file, but I'm fine with this for now, just making a note.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
LGTM with nit (and rebase). |
Also moves the blacklist into a config file. My thinking here is that we're going to want to expand this config file in the future such that all of the PolymerElements-specific material will live in the config file, making it possible for other folks to use tedium to do README generation, etc.
c46bc13
to
c6ff1b5
Compare
Added a command line flag to specify passes to run. Also cleaned up the remaining awkward Promise.resolve chain. PTAL |
c6ff1b5
to
3e38f9b
Compare
LGTM! |
Track more metadata about cleanup passes.
Also moves the blacklist into a config file. My thinking here is
that we're going to want to expand this config file in the future
such that all of the PolymerElements-specific material will live
in the config file, making it possible for other folks to use
tedium to do README generation, etc.