Skip to content

Standardize colors across reporters. #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jamestalmage
Copy link
Contributor

PR #410 missed a color change on a single log line,
See: #410 (comment)

Using this convention will make it much easier to review PR's. No need to remember what color is used where, just ensure they don't use chalk directly, and alias the color with it's intended purpose in the colors module.

PR avajs#410 missed a color change on a single log line,
See: avajs#410 (comment)

Using this convention will make it much easier to review PR's. No need to remember what color is used where, just ensure they don't use chalk directly, and alias the color with it's intended purpose in the colors module.
var Promise = require('bluebird');
var pkgConf = require('pkg-conf');
var colors = require('./lib/reporters/colors');
Copy link
Contributor

Choose a reason for hiding this comment

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

lib/reporters was intended to contain files of reporters only. lib/colors.js would be just fine as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@sindresorhus
Copy link
Member

LGTM

@kevva
Copy link
Contributor

kevva commented Jan 9, 2016

👍

@jamestalmage jamestalmage deleted the standardize-colors-across-reporters branch January 9, 2016 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants