-
-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(locale): fix various locale data with trailing spaces #3329
Conversation
in the case of ar/location/state and hr/location/street_name, this was also a duplicate of a line without a space, so removed.
✅ Deploy Preview for fakerjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
although this breaks the rule of keeping PRs to a single module, i think its quick to review as a batch. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3329 +/- ##
==========================================
- Coverage 99.97% 99.96% -0.01%
==========================================
Files 2806 2806
Lines 217086 217084 -2
Branches 975 966 -9
==========================================
- Hits 217032 217014 -18
- Misses 54 70 +16
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add this to our normalize data script?
There are a few cases where trailing or leading spaces seem intentional such as some prefixes and suffixes. So perhaps not. |
Remove data which incorrectly ends with a trailing space.
in the case of ar/location/state and hr/location/street_name, this was also a duplicate of a line without a space, so removed.