Compare commits

..

1 Commits

Author SHA1 Message Date
206df49181 Add luacheckrc 2025-05-04 14:58:00 +02:00
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
target: stylua.toml
- source: stylua.toml
target: ../stylua.toml
delete: true
- source: Meta/.luarc.json
target: .luarc.json
- source: .luarc.json
target: ../.luarc.json
delete: true
- source: .luacheckrc
target: ../.luacheckrc
delete: true