Skip to content
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

Remove duplication in updating options and binding the run function #21

Merged
merged 1 commit into from
Aug 6, 2016
Merged

Remove duplication in updating options and binding the run function #21

merged 1 commit into from
Aug 6, 2016

Conversation

JaKXz
Copy link
Contributor

@JaKXz JaKXz commented Aug 6, 2016

It was bothering me that we were calling different versions of assign and doing it twice [my fault]. This is more consistent and less redundant [but no actual change to logic].

Add some jsdoc comments to the "public API"
@coveralls
Copy link

coveralls commented Aug 6, 2016

Coverage Status

Coverage remained the same at 86.486% when pulling f8dceac on JaKXz:fix/assign-once into af4b3ae on vieron:master.

@JaKXz JaKXz merged commit c1f6dda into webpack-contrib:master Aug 6, 2016
@JaKXz JaKXz deleted the fix/assign-once branch August 6, 2016 02:09
configFile: '.stylelintrc',
formatter: formatter,
quiet: false
}, options, {
// Default Glob is any directory level of scss and/or sass file,
// under webpack's context and specificity changed via globbing patterns
files: arrify(options.files || '**/*.s?(c|a)ss')
files: arrify(options.files || '**/*.s?(c|a)ss').map(function (file) {
// TODO: make it work with arrays
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@vieron I'm guessing we can remove this line right?

joshwiens pushed a commit that referenced this pull request Mar 31, 2018
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.

2 participants