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