fix: Add gyat to DefaultProfanities #96

Merged
jasonuc merged 3 commits from update/profanities into master 2024-10-17 23:35:19 -04:00
jasonuc commented 2024-10-03 09:23:48 -04:00 (Migrated from github.com)

Summary

  • Added a new word to DefaultProfanities to improve profanity detection.
  • Implemented a test case to validate the addition of the new word.
  • Updated falsenegatives.go to include the missing word.
Word
  • gyat

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • [ - ] Updated documentation in README.md, if applicable (ensure any new functionality or word lists are described).
## Summary - Added a new word to `DefaultProfanities` to improve profanity detection. - Implemented a test case to validate the addition of the new word. - Updated `falsenegatives.go` to include the missing word. <details> <summary>Word</summary> - gyat </details> ## Checklist - [X] Tested and/or added tests to validate that the changes work as intended, if applicable. - [ - ] Updated documentation in `README.md`, if applicable (ensure any new functionality or word lists are described).
TwiN (Migrated from github.com) requested changes 2024-10-16 23:14:26 -04:00
TwiN (Migrated from github.com) commented 2024-10-16 23:14:10 -04:00

Can you sort the word alphabetically?

Can you sort the word alphabetically?
jasonuc (Migrated from github.com) reviewed 2024-10-17 11:54:36 -04:00
jasonuc (Migrated from github.com) commented 2024-10-17 11:54:36 -04:00

All done.

All done.
TwiN (Migrated from github.com) approved these changes 2024-10-17 23:33:16 -04:00
codecov-commenter commented 2024-10-17 23:35:04 -04:00 (Migrated from github.com)

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 100.00%. Comparing base (b25edf1) to head (704362e).
Report is 2 commits behind head on master.

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

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #96   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          167       189   +22     
=========================================
+ Hits           167       189   +22     

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

:warning: Please install the !['codecov app svg image'](https://github.com/codecov/engineering-team/assets/152432831/e90313f4-9d3a-4b63-8b54-cfe14e7ec20d) to ensure uploads and comments are reliably processed by Codecov. ## [Codecov](https://app.codecov.io/gh/TwiN/go-away/pull/96?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+C.) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 100.00%. Comparing base [(`b25edf1`)](https://app.codecov.io/gh/TwiN/go-away/commit/b25edf1e05b5f2fd634d46d6d6cf9e7b77caf441?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+C.) to head [(`704362e`)](https://app.codecov.io/gh/TwiN/go-away/commit/704362e0d5dfae8f156060f918d60e51468cfd58?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+C.). > Report is 2 commits behind head on master. :exclamation: Your organization needs to install the [Codecov GitHub app](https://github.com/apps/codecov/installations/select_target) to enable full functionality. <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #96 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 167 189 +22 ========================================= + Hits 167 189 +22 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/TwiN/go-away/pull/96?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+C.). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+C.).
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!96
No description provided.