From 7ffc3a22a31805eab7a36ddb960d3e430d4c63f0 Mon Sep 17 00:00:00 2001 From: Piotr Wójcik Date: Fri, 6 Dec 2019 20:34:44 +0100 Subject: xlint: support autogenerated pycompile_module --- xlint | 1 + 1 file changed, 1 insertion(+) diff --git a/xlint b/xlint index 395e334..16bea0f 100755 --- a/xlint +++ b/xlint @@ -320,6 +320,7 @@ for template; do scan 'distfiles=.*download.kde.org/stable' 'use $KDE_SITE' scan 'distfiles=.*xorg\.freedesktop\.org/wiki/' 'use $XORG_HOME' scan 'usr/lib/python3.[0-9]/site-packages' 'use $py3_sitelib' + scan 'pycompile_module=' 'do not set pycompile_module, it is autodetected' scan '^wrksrc=(\$\{[^}]+\}|[^${}/])*/.+' 'wrksrc should be a top-level directory' scan '^\t*function\b' 'do not use the function keyword' scan '^\t*[^ ]* *\(\)' 'do not use space before function parenthesis' -- cgit 1.4.1