Add luacheckrc

This commit is contained in:
2025-05-04 14:58:00 +02:00
parent b14a57cebc
commit 206df49181
2 changed files with 12 additions and 4 deletions

5
.luacheckrc Normal file
View File

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