Fixed: Added a word boundary to DTS-ES

added a word boundary to the DTS-ES regex to avoid matching anything after DTS-ES.
pull/649/head
nuxencs 2 years ago
parent 1df64ec836
commit 23b881d3c6

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?es"
"value": "dts[-. ]?es\\b"
}
},
{

Loading…
Cancel
Save