-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.luacheckrc
More file actions
36 lines (36 loc) · 708 Bytes
/
Copy path.luacheckrc
File metadata and controls
36 lines (36 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
return {
exclude_files = {
".install",
".lua",
".luarocks",
"modules/JSON.lua",
"lua_modules"
},
files = {
spec = { std = "+busted" },
},
globals = {
"_co_error_handler",
"_compat_warning",
"_error_handler",
"_error_handler_ret",
"clink",
"CLINK_EXE",
"console",
"coroutine.override_isgenerator",
"coroutine.override_isprompt",
"coroutine.override_src",
"git",
"io",
"log",
"NONL",
"os",
"path",
"pause",
"rl",
"rl_state",
"settings",
"string",
"unicode",
}
}