Skip to content

Commit

Permalink
feat: add luacheck (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Jul 25, 2021
1 parent e849030 commit 64eb52f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
-- Use lua52 so we will no receive errors regarding to goto statements
std = 'lua52'

-- Rerun tests only if their modification time changed
cache = true

ignore = {
'631', -- max_line_length
}

read_globals = {
'vim',
}

-- vim: ft=lua

0 comments on commit 64eb52f

Please sign in to comment.