diff options
author | cheapie <no-email-for-you@example.com> | 2025-04-23 13:04:54 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2025-04-23 13:04:54 -0500 |
commit | 41c1d40bef4793c9dd1d63edfcd57ca6ba55db39 (patch) | |
tree | 56c343a6abb037ed5c432db2519a358424992e5e /.luacheckrc | |
parent | 32ce8664dd020748825ecaad01abe0d23c60028d (diff) | |
download | digiscreen-41c1d40bef4793c9dd1d63edfcd57ca6ba55db39.tar digiscreen-41c1d40bef4793c9dd1d63edfcd57ca6ba55db39.tar.gz digiscreen-41c1d40bef4793c9dd1d63edfcd57ca6ba55db39.tar.bz2 digiscreen-41c1d40bef4793c9dd1d63edfcd57ca6ba55db39.tar.xz digiscreen-41c1d40bef4793c9dd1d63edfcd57ca6ba55db39.zip |
Do PNG encoding in async environment
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.luacheckrc b/.luacheckrc index 257113e..c5810a1 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,7 +1,8 @@ -max_line_length = 160 - +globals = { + "digiscreen", +} read_globals = { - "minetest", + "core", "vector", "digilines", "screwdriver", |