-
Notifications
You must be signed in to change notification settings - Fork 4
/
.luacheckrc
48 lines (48 loc) · 932 Bytes
/
.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
stds.quence = {
globals = {
'box_muller',
'clear_all_notes',
'count',
'deepcopy',
'deepcopy',
'grid_redraw_ctrl',
'grid_redraw_home',
'grid_redraw_page',
'grid_redraw',
'midi_out_channel',
'midi_out_device',
'opening_animation',
'round',
'shift_left',
'shift_right',
'sleep',
'sync_tracks',
'update_sequence',
'grid_redraw_track',
}
}
stds.norns = {
globals = {
'cleanup',
'crow',
'enc',
'engine',
'grid',
'include',
'init',
'key',
'metro',
'midi',
'norns',
'params',
'redraw',
'screen',
'tab',
'util',
}
}
std = "max+norns+quence"
max_line_length = 92
max_code_line_length = 92
max_string_line_length = 92
max_comment_line_length = 92