ci: lints

This commit is contained in:
raf 2023-12-31 13:03:11 +03:00
commit 0503fd4eee
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 61 additions and 0 deletions

7
.luacheckrc Normal file
View file

@ -0,0 +1,7 @@
-- vim: ft=lua tw=80
-- Rerun tests only if their modification time changed.
cache = true
-- Global objects defined by the C code
read_globals = { "vim" }