mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2025-10-02 23:13:34 +00:00
ci: check style & lint Lua code
This commit is contained in:
parent
90f356d4b5
commit
c81f9e52c0
2 changed files with 72 additions and 0 deletions
10
.luacheckrc
Normal file
10
.luacheckrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- vim: ft=lua tw=80
|
||||
|
||||
-- Don't report unused self arguments of methods.
|
||||
self = false
|
||||
|
||||
ignore = {
|
||||
"631", -- max_line_length
|
||||
}
|
||||
|
||||
globals = { "vim" }
|
Loading…
Add table
Add a link
Reference in a new issue