about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefano Ragni <st3r4g@protonmail.com>2020-07-24 14:01:19 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-07-25 18:13:57 +0200
commit14acc532dc288c1d63e2199dabbb23b40a5f81bc (patch)
treef61cbbca05bbd5d3d01097ea34ed07dd8bdb994d
parent4c90f10f80141e5fd5a1a61034b9971a7c6b3014 (diff)
downloadxtools-14acc532dc288c1d63e2199dabbb23b40a5f81bc.tar.gz
xtools-14acc532dc288c1d63e2199dabbb23b40a5f81bc.tar.xz
xtools-14acc532dc288c1d63e2199dabbb23b40a5f81bc.zip
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
-rwxr-xr-xxlint1
1 files changed, 0 insertions, 1 deletions
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"