From 14acc532dc288c1d63e2199dabbb23b40a5f81bc Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 24 Jul 2020 14:01:19 +0200 Subject: xlint: remove nonfree= check Fixes false positive on desc_option_nonfree= The deprecated nonfree=yes was removed from all templates so this check is not needed anymore --- xlint | 1 - 1 file changed, 1 deletion(-) diff --git a/xlint b/xlint index ea98f96..af910ba 100755 --- a/xlint +++ b/xlint @@ -302,7 +302,6 @@ for template; do scan 'homepage=.*\$' "homepage should not use variables" scan 'maintainer=(?!.*<.*@.*>).*' "maintainer needs email address" scan 'maintainer=.*<.*@users.noreply.github.com>.*' "maintainer needs a valid address for sending mail" - scan 'nonfree=' "use repository=nonfree" scan '^(?!\s*('"$variables"'))[^\s=-]+=' \ "custom variables should use _ prefix: \2" scan '^[^ =]*=(""|''|)$' "variable set to empty string: \2" -- cgit 1.4.1