From db70b403cd37a157c5dc9a42ae6fb0acb5dfda01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 28 Nov 2011 13:33:20 +0100 Subject: [PATCH] Teach rpmlint --- .rpmlint | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..18e6dc0 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,3 @@ +from Config import * +addFilter("name-repeated-in-summary .* WHOIS"); +addFilter("spelling-error .* (networksolutions|arin)");