diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 14:58:57 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 14:58:57 -0500 |
commit | 822a5fdb3dacbba0230016c8bc7bced7905425ef (patch) | |
tree | 69f566ec6b3bc82f897990afa33c25f519ec8aab /.luacheckrc | |
parent | 8ebbd54f7cacc19171190d6fb5f9e209e20fe59e (diff) | |
download | arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar.gz arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar.bz2 arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar.xz arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.zip |
Add luacheck configuration and clean up code slightly
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..859a71e --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,10 @@ +max_line_length = 160 + +globals = { + "arrowboards", +} + +read_globals = { + "minetest", + "screwdriver", +} |