Increase max line length in luacheck configuration from 150 to 500

This commit is contained in:
2025-05-18 12:44:04 +02:00
parent e045572f60
commit bbb138c938

View File

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