commit 714f91aea957bffd596a40fbcdb52db47a64fe10 from: Sergey Bronnikov via: Sergey Bronnikov date: Wed Apr 05 07:33:26 2023 UTC luacheck: add config file commit - 9f696e549e58d5f1498dc3706505f3cd4048603f commit + 714f91aea957bffd596a40fbcdb52db47a64fe10 blob - /dev/null blob + 7e568890a35402168efe6e72e7fd063c23870752 (mode 644) --- /dev/null +++ .luacheckrc @@ -0,0 +1,12 @@ +globals = { + "box", +} + +include_files = { + ".luacheckrc", + "**/*.lua", +} + +exclude_files = { + ".rocks", +}