valit-stack / Valit

Valit is dead simple validation for .NET Core. No more if-statements all around your code. Write nice and clean fluent validators instead!
MIT License
322 stars 26 forks source link

Refactored validation part #152

Closed GooRiOn closed 6 years ago

GooRiOn commented 6 years ago

Info

This Pull Request is related to issue no. #150

With some hard time for figuring out how to make it better but I did it :D !

Changes

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #152   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           38     39    +1     
  Lines          784    763   -21     
======================================
- Hits           784    763   -21
Impacted Files Coverage Δ
src/Valit/Rules/NestedObjectCollectionValitRule.cs 100% <100%> (ø) :arrow_up:
src/Valit/ValitRules.cs 100% <100%> (ø) :arrow_up:
src/Valit/Rules/ValitRuleExtensions.cs 100% <100%> (ø)
src/Valit/Rules/CollectionValitRule.cs 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 ca9b5e6...3ad7ff2. Read the comment docs.