1
0
의 미러 https://github.com/SmallJoker/exchange_shop.git synced 2025-11-24 17:25:32 +01:00

Add luacheck

This commit is contained in:
MoNTE48
2021-11-26 00:09:56 +01:00
부모 b8721f7bd6
커밋 1d91873150
2개의 변경된 파일29개의 추가작업 그리고 0개의 파일을 삭제

18
.luacheckrc Normal file
파일 보기

@@ -0,0 +1,18 @@
max_line_length = 100
read_globals = {
"DIR_DELIM",
"dump",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"AreaStore",
"default",
"intllib",
}
globals = {
"minetest",
"exchange_shop",
}
ignore = {"212/self"}