Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Track more metadata about cleanup passes. #16

Merged
merged 4 commits into from
Jan 12, 2016
Merged

Track more metadata about cleanup passes. #16

merged 4 commits into from
Jan 12, 2016

Conversation

rictic
Copy link
Contributor

@rictic rictic commented Dec 11, 2015

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.

@rictic rictic force-pushed the register-passes branch 3 times, most recently from 769c211 to c46bc13 Compare December 14, 2015 20:29
@dfreedm
Copy link
Contributor

dfreedm commented Jan 6, 2016

Whoops, missed this being assigned to me. Is this PR still valid?

@rictic
Copy link
Contributor Author

rictic commented Jan 7, 2016

Yeah, I'd still like to land it.

On Wed, Jan 6, 2016, 12:45 PM Daniel Freedman [email protected]
wrote:

Whoops, missed this being assigned to me. Is this PR still valid?


Reply to this email directly or view it on GitHub
#16 (comment).

passes?: CleanupConfig;
}
let config: Config =
JSON.parse(stripJsonComments(fs.readFileSync('config.json', 'utf8')));
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@dfreedm
Copy link
Contributor

dfreedm commented Jan 11, 2016

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.
@rictic
Copy link
Contributor Author

rictic commented Jan 11, 2016

Added a command line flag to specify passes to run. Also cleaned up the remaining awkward Promise.resolve chain. PTAL

@dfreedm
Copy link
Contributor

dfreedm commented Jan 12, 2016

LGTM!

rictic added a commit that referenced this pull request Jan 12, 2016
Track more metadata about cleanup passes.
@rictic rictic merged commit 51b7c51 into master Jan 12, 2016
@rictic rictic deleted the register-passes branch January 12, 2016 00:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants