player_monoids/.luacheckrc
SmallJoker bd16be2930 Tests: ensure integrity and fix up style issues
This change also greatly reduces the execution time of the tests.
2025-06-09 12:51:22 +02:00

14 lines
132 B
Lua

-- 212: Unused argument.
ignore = { "212" }
read_globals = {
"core",
"minetest",
"vector",
}
globals = {
"player_monoids",
}