diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2021-07-27 10:29:22 +0200 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2021-07-29 11:43:40 +0200 |
commit | 8c6d24dc6790189a27176401aea1967fad1265cc (patch) | |
tree | bea95888071c2520bb1f10e334ac45a0386b85b2 /.luacheckrc | |
parent | lib/log: redesign startup and target selection (diff) | |
download | knot-resolver-8c6d24dc6790189a27176401aea1967fad1265cc.tar.xz knot-resolver-8c6d24dc6790189a27176401aea1967fad1265cc.zip |
treewide: avoid using the deprecated verbose()
It's mainly in tests.
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 6248c009..0134706e 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -18,7 +18,6 @@ new_read_globals = { 'todname', 'tojson', 'user', - 'verbose', 'worker', 'kluautil_list_dir', -- Sandbox declarations |