feat: add ExtractAllProfanities function to return all profanities #133

Open
EmanHamdyMohamed wants to merge 2 commits from EmanHamdyMohamed/feature/extract-all-profanities into master
EmanHamdyMohamed commented 2025-11-12 07:59:35 -05:00 (Migrated from github.com)
  • Add ExtractAllProfanities method to ProfanityDetector
  • Add package-level ExtractAllProfanities function
  • Add comprehensive tests for the new functionality
  • Maintain backward compatibility with existing ExtractProfanity function

Summary

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.
- Add ExtractAllProfanities method to ProfanityDetector - Add package-level ExtractAllProfanities function - Add comprehensive tests for the new functionality - Maintain backward compatibility with existing ExtractProfanity function <!-- Thank you for contributing! --> ## Summary <!-- If there's a relevant issue, you can just write the issue number below (e.g. #123) --> ## Checklist <!-- Replace [ ] by [X] if you have completed the item --> - [x] Tested and/or added tests to validate that the changes work as intended, if applicable. - [x] Updated documentation in `README.md`, if applicable.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin EmanHamdyMohamed/feature/extract-all-profanities:EmanHamdyMohamed/feature/extract-all-profanities
git switch EmanHamdyMohamed/feature/extract-all-profanities

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff EmanHamdyMohamed/feature/extract-all-profanities
git switch EmanHamdyMohamed/feature/extract-all-profanities
git rebase master
git switch master
git merge --ff-only EmanHamdyMohamed/feature/extract-all-profanities
git switch EmanHamdyMohamed/feature/extract-all-profanities
git rebase master
git switch master
git merge --no-ff EmanHamdyMohamed/feature/extract-all-profanities
git switch master
git merge --squash EmanHamdyMohamed/feature/extract-all-profanities
git switch master
git merge --ff-only EmanHamdyMohamed/feature/extract-all-profanities
git switch master
git merge EmanHamdyMohamed/feature/extract-all-profanities
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TwiN/go-away!133
No description provided.