diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 17:12:48 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 17:12:48 -0500 |
commit | d03d15d798dea924c911b198ef715ab7a3c22602 (patch) | |
tree | 0f50061a5e58656ab9d96d65aed31bb18850218b /.luacheckrc | |
parent | 468ff25e42e308c327a5174ef192bccc10dbb22b (diff) | |
download | elevatorparts-d03d15d798dea924c911b198ef715ab7a3c22602.tar elevatorparts-d03d15d798dea924c911b198ef715ab7a3c22602.tar.gz elevatorparts-d03d15d798dea924c911b198ef715ab7a3c22602.tar.bz2 elevatorparts-d03d15d798dea924c911b198ef715ab7a3c22602.tar.xz elevatorparts-d03d15d798dea924c911b198ef715ab7a3c22602.zip |
Add luacheck configuration and some minor cleanup
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..d27d3f4 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "digilines", + "digistuff", +} |