From 77b76203b1da0aae4b85ceda2a93d4c845d8a77c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 10 Mar 2023 08:45:13 +0000 Subject: [PATCH] Remove redundant rpmlintrc --- .rpmlint | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint deleted file mode 100644 index 9103ed1..0000000 --- a/.rpmlint +++ /dev/null @@ -1,5 +0,0 @@ -from Config import * - -addFilter("spelling-error %description -l en_US automagically -> ") -addFilter("spelling-error %description -l en_US accessors -> ") -addFilter("spelling-error %description -l en_US mutators -> ")