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

revert: feat(rule-finder): Default options on exported function #276

Merged
merged 1 commit into from
Jun 13, 2017

Conversation

randycoulman
Copy link
Contributor

Per the discussion that happened after #270 was merged, this reverts the final commit on that PR so that the default options parameter is specified on the exported function where clients will see it, rather than on the internal and private RuleFinder constructor.

@codecov-io
Copy link

codecov-io commented Jun 13, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #276   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines         186    186           
=====================================
  Hits          186    186
Impacted Files Coverage Δ
src/lib/rule-finder.js 100% <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 2e68098...f9022a3. Read the comment docs.

Copy link
Collaborator

@ta2edchimp ta2edchimp left a comment

Choose a reason for hiding this comment

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

LGTM

@ta2edchimp ta2edchimp merged commit a3ccdc9 into sarbbottam:master Jun 13, 2017
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.

None yet

3 participants