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

Enhancement/common errors files overridden #100

Conversation

tyler-reitz
Copy link
Contributor

What:
fixes an error I introduced in the last PR from this branch

Why:
The error check from the prior commits introduces an error when running the cli

How:
updates to util/config-file.js

Checklist:

  • Documentation
  • Tests
  • Ready to be merged
  • Added myself to contributors table

The prior commit to this branch d4dc4e2 introduced an error
in the util/config.js file where it checks for the length of
the content.files property, whether that property exists in
the config or not.
@tyler-reitz
Copy link
Contributor Author

tyler-reitz commented Jun 20, 2018

Sorry @kentcdodds I introduced an error with #96 that I caught while pulling in the latest release. This should undo my bonehead mistake. My apologies 🙏.

Copy link
Collaborator

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

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

No worries. This is great. Thanks!

@kentcdodds kentcdodds merged commit 54febd3 into all-contributors:master Jun 20, 2018
@tyler-reitz tyler-reitz deleted the enhancement/common-errors-files-overridden branch June 20, 2018 03:27
@codecov-io
Copy link

Codecov Report

Merging #100 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #100   +/-   ##
======================================
  Coverage    58.5%   58.5%           
======================================
  Files          19      19           
  Lines         429     429           
  Branches       71      71           
======================================
  Hits          251     251           
  Misses        149     149           
  Partials       29      29
Impacted Files Coverage Δ
src/util/config-file.js 70.83% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f2ae00...e1e0d3e. Read the comment docs.

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.

3 participants