Add luacheckrc

This commit is contained in:
2025-04-30 20:13:10 +02:00
parent 8db1cb179c
commit 78cbcbde9d

5
.luacheckrc Normal file
View File

@@ -0,0 +1,5 @@
globals = { "CykaPersistentData", "CreateFrame", "GetItemInfo", "SendWhoToUI", "SendWho", "C_Timer", "CreateFrame", "GetNumWhoResults" }
unused_args = false
max_line_length = 150
exclude_files = { "Meta/" }
global = false