Update bad-dual-groups.json

Update alfaHD so it ignores it with all characters afterwards, so not only alfaHD_ gets catched, alfaHD__ as well.

Reference: https://regex101.com/r/0O67fi/1
pull/1007/head
Gabe 1 year ago committed by TRaSH
parent 2f8354be24
commit 6764765106

@ -10,7 +10,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(-alfaHD[_]?)\\b"
"value": "\\b(-alfaHD.*$)\\b"
}
},
{

Loading…
Cancel
Save