aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-09-13 14:14:22 +0200
committerGitHub <noreply@github.com>2022-09-13 14:14:22 +0200
commit2ca0caadbe9117cb295edda6aa3c03e354f2c3c1 (patch)
tree2d855881b174cfa9dfbaca4890d899b052216597 /tests/helpers/lua
parentchore: update generated code (#53) (diff)
downloadmason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar
mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.gz
mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.bz2
mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.lz
mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.xz
mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.zst
mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.zip
chore: add selene & cbfmt (#54)
Diffstat (limited to 'tests/helpers/lua')
-rw-r--r--tests/helpers/lua/test_helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helpers/lua/test_helpers.lua b/tests/helpers/lua/test_helpers.lua
index 57c0b4f..1880c39 100644
--- a/tests/helpers/lua/test_helpers.lua
+++ b/tests/helpers/lua/test_helpers.lua
@@ -16,6 +16,7 @@ function async_test(suspend_fn)
end
end
+-- selene: allow(incorrect_standard_library_use)
mockx = {
just_runs = function() end,
returns = function(val)