diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..e4f47fa --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,24 @@ +self = false + +globals = { + "screen", + "mouse", + "root", + "client" +} + +read_globals = { + "awesome", + "button", + "dbus", + "drawable", + "drawin", + "key", + "keygrabber", + "mousegrabber", + "selection", + "tag", + "window", + "table.unpack", + "math.atan2", +}
\ No newline at end of file |