generated from pestphp/pest-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR aims to add profanity words of the `pt_BR`.
- Loading branch information
1 parent
43c2713
commit f3b1e69
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
// Please ensure all words in this file are lowercase | ||
|
||
return [ | ||
'cu', | ||
'cuzão', | ||
'fdp', | ||
'filho da puta', | ||
'caralho', | ||
'porra', | ||
'bosta', | ||
'merda', | ||
'pqp', | ||
'vai tomar no cu', | ||
'babaca', | ||
'otário', | ||
'imbecil', | ||
'pau no cu', | ||
'puta', | ||
'putaria', | ||
'safado', | ||
'vagabunda', | ||
'vagabundo', | ||
'viado', | ||
'boiola', | ||
'bicha', | ||
'desgraçado', | ||
'arrombado', | ||
'escroto', | ||
'corno', | ||
'puta que pariu', | ||
'chupa rola', | ||
'vai se fuder', | ||
'vai se ferrar', | ||
'rola', | ||
'pau', | ||
'pinto', | ||
'buceta', | ||
'xota', | ||
'chupa cu', | ||
'fodido', | ||
'foda-se', | ||
'caralhudo', | ||
'pau no rabo', | ||
'cu de burro', | ||
'piranha', | ||
'cretino', | ||
'trouxa', | ||
'burro', | ||
'animal', | ||
'viado de merda', | ||
'escória', | ||
'nojentinho', | ||
'fedido', | ||
'putaça', | ||
'paneleiro', | ||
'broxa', | ||
'mocorongo', | ||
'vagaba', | ||
'nojento', | ||
'tarado', | ||
'cabeça de pica', | ||
'cabecinha', | ||
'mijão', | ||
'cagão', | ||
'fedorento', | ||
'lixo', | ||
'crápula', | ||
'chifrudo', | ||
'besta quadrada', | ||
]; |