-
Notifications
You must be signed in to change notification settings - Fork 3
/
.luacheckrc
92 lines (87 loc) · 1.75 KB
/
.luacheckrc
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
std = "max"
files['.luacheckrc'].global = false
unused_args = false
globals = {
"bit",
"buffer",
"collectionfactory",
"collectionproxy",
"crash",
"factory",
"go",
"gui",
"html5",
"http",
"image",
"json",
"label",
"model",
"msg",
"particlefx",
"physics",
"profiler",
"render",
"resource",
"socket",
"sound",
"spine",
"sprite",
"sys",
"tilemap",
"timer",
"vmath",
"window",
"zlib",
"editor",
"hash",
"hash_to_hex",
"pprint",
"init",
"final",
"on_message",
"on_input",
"on_reload",
"update",
"defos",
"fmod",
"describe",
"context",
"spec",
"it",
"test",
"expect",
"should",
"they",
"before",
"setup",
"after",
"teardown",
"assert_blank",
"assert_empty",
"assert_equal",
"assert_error",
"assert_false",
"assert_greater_than",
"assert_gte",
"assert_less_than",
"assert_lte",
"assert_match",
"assert_nil",
"assert_true",
"assert_type",
"assert_not_blank",
"assert_not_empty",
"assert_not_equal",
"assert_not_error",
"assert_not_false",
"assert_not_greater_than",
"assert_not_gte",
"assert_not_less_than",
"assert_not_lte",
"assert_not_match",
"assert_not_nil",
"assert_not_true",
"assert_not_type",
"assert_same",
"assert_unique",
}