From b524383086eec23d4f8f5025f66939f2cd2d5a65 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 7 Oct 2016 16:15:02 -0600 Subject: [PATCH] Add .rpmlint file --- .rpmlint | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..05ddcce --- /dev/null +++ b/.rpmlint @@ -0,0 +1,8 @@ +from Config import * +addFilter("incoherent-logrotate-file /etc/logrotate.d/fail2ban"); +addFilter("macro-in-comment %{(name|version|release)}"); +addFilter("spelling-error .* (tcp|sendmail|shorewall|sshd)"); +# Tests +addFilter("hidden-file-or-dir .*fail2ban/tests/files/config/apache.*/\.htpasswd"); +addFilter("htaccess-file-error .*fail2ban/tests/files/config/apache.*/\.htaccess"); +addFilter("zero-length .*fail2ban/tests/files/files/");