Skip to content

Commit aa80991

Browse files
committed
Fix formatting in .luacheckrc [TO SQUASH]
1 parent 491e9aa commit aa80991

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.luacheckrc

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
redefined = false
2-
globals = {'box', 'utf8', 'checkers', '_TARANTOOL'}
3-
include_files = {'**/*.lua', '*.luacheckrc', '*.rockspec'}
4-
exclude_files = {'**/*.rocks/'}
2+
globals = {
3+
'box',
4+
'utf8',
5+
'checkers',
6+
'_TARANTOOL'
7+
}
8+
include_files = {
9+
'**/*.lua',
10+
'*.luacheckrc',
11+
'*.rockspec'
12+
}
13+
exclude_files = {
14+
'**/*.rocks/'
15+
}
516
max_line_length = 120

0 commit comments

Comments
 (0)