diff --git a/rpmlint.toml b/rpmlint.toml index 9ddef32..1cc1623 100644 --- a/rpmlint.toml +++ b/rpmlint.toml @@ -104,6 +104,6 @@ Filters = [ '\bpython3(\.\d+)?\.(src|spec): (E|W): specfile-error\s+$', # SPELLING ERRORS - 'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest|unittest|gil) ', + 'spelling-error .*\b(bytecode|pyc|filename|tkinter|namespaces|pytest|unittest|gil|CPython)\b', ]