summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index a3875f91..f20fbf36 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -26,6 +26,8 @@ stds.nvim = {
}
std = "lua51+nvim"
+files["tests/*_spec.lua"].std = "lua51+nvim+busted"
+
-- Don't report unused self arguments of methods.
self = false