Skip to content

Commit ca4f08f

Browse files
committed
chore: add luacheck configuration file
1 parent 01464d0 commit ca4f08f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.luacheckrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
-- Global objects
2+
globals = {
3+
"_",
4+
"vim",
5+
}
6+
7+
ignore = {
8+
"631", -- max_line_length
9+
}
10+
11+
-- Rerun tests only if their modification time changed.
12+
cache = true
13+
14+
-- vim: sw=2:ts=2:sts=2:ft=lua:

0 commit comments

Comments
 (0)