riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Rename validator #77

Closed skalee closed 6 years ago

skalee commented 6 years ago

Rename validator from UriFormatValidator to simply UriValidator. Fixes #46. Fixes #76.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #77   +/-   ##
======================================
  Coverage    99.6%   99.6%           
======================================
  Files          11      11           
  Lines         501     501           
======================================
  Hits          499     499           
  Misses          2       2
Impacted Files Coverage Δ
lib/uri_format_validator/validators.rb 100% <100%> (ø) :arrow_up:
spec/uri_format_validator_spec.rb 100% <100%> (ø) :arrow_up:
...b/uri_format_validator/validators/uri_validator.rb 100% <100%> (ø)
.../uri_format_validator/validators/helper_methods.rb 100% <100%> (ø) :arrow_up:

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 e8d0366...25c907e. Read the comment docs.

skalee commented 6 years ago

CodeClimate report is wrong. Style issues aren't new, they were here before.