From bc7008458e90edbf4a48a3356433c8b96b850335 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 2 Dec 2020 09:04:46 -0500 Subject: luacheck --- .luacheckrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') 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 -- cgit v1.2.3