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

View File

@@ -1,6 +1,9 @@
- source: Meta/stylua.toml - source: stylua.toml
target: stylua.toml target: ../stylua.toml
delete: true delete: true
- source: Meta/.luarc.json - source: .luarc.json
target: .luarc.json target: ../.luarc.json
delete: true
- source: .luacheckrc
target: ../.luacheckrc
delete: true delete: true