]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: luacheckrc - organize, add ta_update
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 13 Mar 2019 13:31:31 +0000 (14:31 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 4 Apr 2019 12:18:56 +0000 (14:18 +0200)
.luacheckrc

index 47608f4783fdd3319cea1aff569f4d0ea54c7ab4..7a5d3e1a48dae6b402a8f89f5c903141f6474a87 100644 (file)
@@ -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',