X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=.luacheckrc;fp=.luacheckrc;h=2fc05e7527ef1643f106d315b7a3ffc13e2d3275;hb=5f7b93067521c3dea61262bf8fcfc704f5e19a3f;hp=590f9c3718fb6625e12e096dcba5e33249b82efb;hpb=0ca860005cbdd6841778076c1c22fd324f7f58b8;p=prosody.git diff --git a/.luacheckrc b/.luacheckrc index 590f9c37..2fc05e75 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -10,3 +10,14 @@ ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } 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", + }; +}