From 5149162f868eadb085ec8e607e7e368fb0c5ceaa Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Mar 23 2023 10:30:21 +0000 Subject: 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. --- diff --git a/python-sphinx_rtd_theme.rpmlintrc b/python-sphinx_rtd_theme.rpmlintrc deleted file mode 100644 index a827ee0..0000000 --- a/python-sphinx_rtd_theme.rpmlintrc +++ /dev/null @@ -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')