Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71e736d

Browse files
committedFeb 7, 2022
Fix formatting in .luacheckrc
1 parent 491e9aa commit 71e736d

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)
Please sign in to comment.