From bc526c3fd148882a8a3c0d61be296ff833e538b0 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 13 Mar 2019 14:31:31 +0100 Subject: [PATCH] ci: luacheckrc - organize, add ta_update --- .luacheckrc | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 47608f478..7a5d3e1a4 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,23 +1,22 @@ std = 'luajit' new_read_globals = { + 'cache', + 'event', 'help', - 'quit', + '_hint_root_file', 'hostname', - 'package_version', - 'user', - 'verbose', - 'resolve', - 'tojson', - 'todname', 'map', - 'net', - 'cache', 'modules', - 'trust_anchors', + 'net', + 'package_version', + 'quit', + 'resolve', 'ta_update', + 'todname', + 'tojson', + 'user', + 'verbose', 'worker', - 'event', - '_hint_root_file', -- Sandbox declarations 'kB', 'MB', @@ -32,7 +31,6 @@ new_read_globals = { 'warn', 'log', 'mode', - 'trust_anchors', 'reorder_RR', 'option', 'env', -- 2.47.2