Increase max line length in luacheck configuration from 150 to 500
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
globals = { "CykaPersistentData", "CreateFrame", "GetItemInfo", "aura_env" }
|
||||
unused_args = false
|
||||
max_line_length = 150
|
||||
max_line_length = 500
|
||||
exclude_files = { "Meta/" }
|
||||
global = false
|
Reference in New Issue
Block a user