From 8996228859568cefb6a57278eda7c362e7873763 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 22 Feb 2016 22:03:07 -0500 Subject: xlint: don't check for conflicts having versions Closes: #33 [via git-merge-pr] --- xlint | 1 - 1 file changed, 1 deletion(-) 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=-]+=' \ -- cgit 1.4.1