diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 16:52:46 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 16:52:46 -0500 |
commit | f72e57d19f6f302b90cd100934b94189cf7acf0f (patch) | |
tree | 6f2708cb0284b5a2925da521dad12aa36f870df2 /.luacheckrc | |
parent | 17dc9a8247c35b9710741d0f23d502e7d66d37ba (diff) | |
download | playersettings-f72e57d19f6f302b90cd100934b94189cf7acf0f.tar playersettings-f72e57d19f6f302b90cd100934b94189cf7acf0f.tar.gz playersettings-f72e57d19f6f302b90cd100934b94189cf7acf0f.tar.bz2 playersettings-f72e57d19f6f302b90cd100934b94189cf7acf0f.tar.xz playersettings-f72e57d19f6f302b90cd100934b94189cf7acf0f.zip |
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..1b67400 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,10 @@ +max_line_length = 160 + +globals = { + "playersettings", +} + +read_globals = { + "minetest", + "unified_inventory", +} |