Skip to content

Comments

refactor(isIP): removed redundant check for IPv4 addresses#1969

Merged
rubiin merged 1 commit intovalidatorjs:masterfrom
UnKnoWn-Consortium:refactor-isip
Jul 18, 2022
Merged

refactor(isIP): removed redundant check for IPv4 addresses#1969
rubiin merged 1 commit intovalidatorjs:masterfrom
UnKnoWn-Consortium:refactor-isip

Conversation

@UnKnoWn-Consortium
Copy link
Contributor

Closes #1962

Checklist

  • PR contains only changes related; no stray files, etc.
  • [ ] README updated (where applicable)
  • [ ] Tests written (where applicable)

@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #1969 (2e52efe) into master (cfcf911) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1969   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          103       103           
  Lines         2097      2094    -3     
  Branches       473       472    -1     
=========================================
- Hits          2097      2094    -3     
Impacted Files Coverage Δ
src/lib/isIP.js 100.00% <100.00%> (ø)

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 cfcf911...2e52efe. Read the comment docs.

@rubiin rubiin merged commit 518a663 into validatorjs:master Jul 18, 2022
@rubiin
Copy link
Member

rubiin commented Jul 18, 2022

Thankyou for the contribution 🎉

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.

isIP 存在冗余代码

2 participants