moov-io / wire

FedWire funds service file parser and writer. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/wire/
Apache License 2.0
81 stars 38 forks source link

Fix for ID code & Identifier validation. Updated alphanumeric regex #348

Closed dmtrinh closed 10 months ago

dmtrinh commented 11 months ago

This pull request includes two items:

What Wire specification are you referencing? 3.0.6+

What issue(s) does this pull request reference? N/A

codecov-commenter commented 11 months ago

Codecov Report

Merging #348 (9b3def2) into master (b4d8e11) will increase coverage by 0.00%. Report is 6 commits behind head on master. The diff coverage is 100.00%.

:exclamation: Current head 9b3def2 differs from pull request most recent head c1bcb31. Consider uploading reports for the commit c1bcb31 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #348 +/- ## ======================================= Coverage 74.83% 74.84% ======================================= Files 73 73 Lines 8647 8649 +2 ======================================= + Hits 6471 6473 +2 Misses 1609 1609 Partials 567 567 ```
adamdecaf commented 10 months ago

Thank you for the fix!