From: Marek VavruĊĦa Date: Wed, 30 May 2018 06:41:09 +0000 (-0700) Subject: luacheck: added missing module (trust_anchors) X-Git-Tag: v2.4.1~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a43e266aed6956e6c0a30ac64eb37e29541e9e;p=thirdparty%2Fknot-resolver.git luacheck: added missing module (trust_anchors) --- diff --git a/.luacheckrc b/.luacheckrc index 7e65c7a62..1140b8783 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -51,6 +51,7 @@ new_globals = { 'view', 'stats', 'http', + 'trust_anchors', } -- Luacheck < 0.18 doesn't support new_read_globals