summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxlint1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlint b/xlint
index 10d2929..122a8e1 100755
--- a/xlint
+++ b/xlint
@@ -149,7 +149,6 @@ for template; do
 	scan '[^\\]`' "use \$() instead of backticks"
 	scan 'revision=0' "revision must not be zero"
 	scan 'replaces=(?=.*\w)[^<>]*$' "replaces needs depname with version"
-	scan 'conflicts=(?=.*\w)[^<>]*$' "conflicts needs depname with version"
 	scan 'maintainer=(?!.*<.*@.*>).*' "maintainer needs email address"
 	scan 'nonfree=' "use repository=nonfree"
 	scan '^(?!\s*('"$variables"'))[^\s=-]+=' \