X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=.luacheckrc;h=0da4a0e7f7f57cca05d6db2a70fcd6d5bd7b3f07;hb=f49a9102ef14be5209b5212b486457bc76eb0d58;hp=2fc05e7527ef1643f106d315b7a3ffc13e2d3275;hpb=beb22299c52801aa2a2bed77146b0285438cc707;p=prosody.git diff --git a/.luacheckrc b/.luacheckrc index 2fc05e75..0da4a0e7 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -11,13 +11,15 @@ files["plugins/"] = { ignore = { "122/module" }; } files["tests/"] = { - ignore = { - "113/assert_equal", - "113/assert_table", - "113/assert_function", - "113/assert_string", - "113/assert_boolean", - "113/assert_is", - "113/assert_is_not", + read_globals = { + "testlib_new_env", + "assert_equal", + "assert_table", + "assert_function", + "assert_string", + "assert_boolean", + "assert_is", + "assert_is_not", + "runtest", }; }