From 4d29febbfa58ff5408b8e5ccd4a17fa16a79595b Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Apr 30 2024 13:45:32 +0000 Subject: Add an rpmlintrc file [skip changelog] --- diff --git a/python-docx.rpmlintrc b/python-docx.rpmlintrc new file mode 100644 index 0000000..747cc9c --- /dev/null +++ b/python-docx.rpmlintrc @@ -0,0 +1,4 @@ +# All documentation is in the -doc subpackage. +addFilter(r' no-documentation$') +# Hidden files are normal in a template directory: +addFilter(r" hidden-file-or-dir /\S+/templates/")