From 5149162f868eadb085ec8e607e7e368fb0c5ceaa Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Wed, 8 Mar 2023 13:44:36 +0100 Subject: [PATCH] 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. --- python-sphinx_rtd_theme.rpmlintrc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 python-sphinx_rtd_theme.rpmlintrc 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')