chore: update .luacheckrc

This commit is contained in:
Munif Tanjim 2022-08-15 13:05:09 +06:00
parent 0fdbb2ffe1
commit a0804769cc

View file

@ -6,7 +6,7 @@ ignore = {
"213/_.*",
}
include_files = { "*.luacheckrc", "lua/**/*.lua", "tests/**/*.lua" }
read_globals = { "vim" }
globals = { "vim" }
std = "luajit"
files["tests/helpers/**/*.lua"] = {