Respect / Validation

The most awesome validation engine ever created for PHP
https://respect-validation.readthedocs.io
MIT License
5.75k stars 774 forks source link

Added Finnish personal identity code rule and tests. #1452

Closed vhuk closed 3 months ago

vhuk commented 3 months ago

Added a rule for Finnish Personal Identity Code and relevant tests.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.41%. Comparing base (52b75bc) to head (91ee5cc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1452 +/- ## ============================================ + Coverage 94.36% 94.41% +0.05% - Complexity 950 955 +5 ============================================ Files 199 200 +1 Lines 2218 2240 +22 ============================================ + Hits 2093 2115 +22 Misses 125 125 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

henriquemoody commented 3 months ago

Hi @vhuk!

I merged it manually via a5d042be7b569a5ab02fe02c32a7dc1c2f4fd2f1, with a few changes.

This rule will be available on version 3.0, but I don't have a planned timeline for the release yet (I'm sorry).

Thank you for contributing! 🐼