From: Tomas Krizek Date: Mon, 20 Jan 2020 14:48:04 +0000 (+0100) Subject: luacheck: allow globals for upgrade script X-Git-Tag: v5.0.0~1^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a0fc706633e3201b01dbce85a5d6b564bdec3d;p=thirdparty%2Fknot-resolver.git luacheck: allow globals for upgrade script --- diff --git a/.luacheckrc b/.luacheckrc index 837133a87..69f49d775 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -76,5 +76,6 @@ files['**/daemon/lua/kres-gen.lua'].ignore = {'631'} -- Allow overly long lines -- Tests and scripts can use global variables files['scripts'].ignore = {'111', '112', '113'} files['tests'].ignore = {'111', '112', '113'} +files['**/utils/upgrade'].ignore = {'111', '112', '113'} files['**/modules/**/*.test.lua'].ignore = {'111', '112', '113', '121', '122'} files['**/daemon/**/*.test.lua'].ignore = {'111', '112', '113', '121', '122'}