luacheck: configure it for .luacheckrc itself
This commit is contained in:
parent
bd02ee8558
commit
17fe135a9f
|
@ -10,6 +10,9 @@ files["spec"].std = "+busted"
|
|||
-- The default config may set global variables
|
||||
files["awesomerc.lua"].allow_defined_top = true
|
||||
|
||||
-- This file itself
|
||||
files[".luacheckrc"].ignore = {"111", "112", "131"}
|
||||
|
||||
-- Global objects defined by the C code
|
||||
read_globals = {
|
||||
"awesome",
|
||||
|
|
Loading…
Reference in New Issue