Skip to content
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

Empty arrays in badWords.ts cause problems #281

Closed
pufferfish101007 opened this issue Jul 22, 2023 · 0 comments · Fixed by #282
Closed

Empty arrays in badWords.ts cause problems #281

pufferfish101007 opened this issue Jul 22, 2023 · 0 comments · Fixed by #282
Assignees

Comments

@pufferfish101007
Copy link
Member

Having empty arrays in badWords.ts causes a scenario where scradd recursively warns itself (and other people) for bad words. /is-bad-word text: a claims that it would give you 6 strikes. One can of course add a regex to each array in badWords.ts but you then need to make sure that you don't commit it and that you copy it over to every branch you make... not ideal.
Possible solutions:

  • fix the bug (not sure how but I might take a look)
  • gitignore badWords.ts and hope that you never need to change the seleton version in this repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant