Changes of Revision 3

nitrotasks-rpmlintrc Added
x
 
1
@@ -0,0 +1,10 @@
2
+# Nitrotasks has not man pages
3
+addFilter("nitrotasks.* no-manual-page-for-binary")
4
+
5
+# Nitrotasks doesn't respect HSB : usr/share/nitrotasks contains python scripts and ruby executable file
6
+addFilter("nitrotasks.* non-executable-script")
7
+
8
+# Nitrotasks package contains a file who doesn't respect python naming standard policy
9
+addFilter("nitrotasks.* python-naming-policy-not-applied")
10
+
11
+
12