-
Notifications
You must be signed in to change notification settings - Fork 1
/
.luacheckrc
82 lines (80 loc) · 1.19 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
std = "max"
files['.luacheckrc'].global = false
unused_args = false
max_code_line_length = 90
max_comment_line_length = false
globals = {
"sys",
"go",
"gui",
"label",
"render",
"crash",
"sprite",
"sound",
"tilemap",
"spine",
"particlefx",
"physics",
"factory",
"collectionfactory",
"iac",
"msg",
"vmath",
"url",
"http",
"image",
"json",
"zlib",
"iap",
"push",
"facebook",
"hash",
"hash_to_hex",
"pprint",
"init",
"final",
"update",
"on_input",
"on_message",
"on_reload",
"socket",
"table",
"debug",
"timer",
"window",
"buffer",
"resource",
"defos",
"describe",
"before",
"after",
"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",
"test",
"it"
}