[whois] Teach rpmlint

Petr Pisar ppisar at fedoraproject.org
Mon Nov 28 12:33:55 UTC 2011


commit db70b403cd37a157c5dc9a42ae6fb0acb5dfda01
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 28 13:33:20 2011 +0100

    Teach rpmlint

 .rpmlint |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
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)");


More information about the scm-commits mailing list