Remove the unnecesary rpmlintrc file

None of the filtered-out problems happens with rpmlint 2 and sphinx_rtd_theme 1.2.0.
Rpmlint 2 reports unmatched filters as errors.
This commit is contained in:
Karolina Surma 2023-03-08 13:44:36 +01:00
parent f6c72ea8d8
commit 5149162f86
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# Words not in the dictionary
addFilter(r'W: spelling-error .* (readthedocs|rtd)')
# Dangling font symlinks: the Requires ensure they will not dangle
addFilter(r'W: dangling-symlink .*fonts')