From f1535f9e905d616a69913d335f5c250f82b38f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 15 Apr 2013 15:10:00 +0200 Subject: [PATCH] Teach rpmlint --- .rpmlint | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..62edac9 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (tempfile|tempdir)");