You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transformer for cleaning the tags, by converting them to same case and removing duplicates.
What should be the default case and which other cases to support? Lowercase?
Interesting library - could come in handy with my other normalizers. Although for now we can stick to cases you implemented in PR - with lowercase as default.
Another idea is providing parameter for ignoring (not normalizing) some of the test cases. For example [A-Z]+-[0-9]+ for skipping 'JIRA-123' tags. But it's idea for the future.
@adrszad I have merge the code and I will create release tommorow. Do you think we can close this issue? (we can create another one if we want to extend this transformer)
@adrszad I have merge the code and I will create release tommorow. Do you think we can close this issue? (we can create another one if we want to extend this transformer)
yes, let's do it, I'll try to handle both excluding tags by regex and moving common to force tags
Transformer for cleaning the tags, by converting them to same case and removing duplicates.
What should be the default case and which other cases to support? Lowercase?
This library seems to be handy if we want to support more cases:
https://pypi.org/project/stringcase/
Optional feature:
The text was updated successfully, but these errors were encountered: