Compare commits

...

1 Commits

Author SHA1 Message Date
Florian Brinker
93d62a1528 Update luacheck rules
Some checks failed
continuous-integration/drone/push Build is failing
2019-10-24 18:59:05 +02:00

View File

@ -1,12 +1,14 @@
allow_defined = true allow_defined = true
compat=true
max_line_length = false max_line_length = false
std = { read_globals = {
read_globals = { "CHAT_SYSTEM",
"LINK_STYLE_BRACKET", "EVENT_ACHIEVEMENT_UPDATED",
"EVENT_MANAGER", "EVENT_ADD_ON_LOADED",
"CHAT_SYSTEM", "EVENT_MANAGER",
"ZO_SavedVars", "LibStub",
"LibStub" "LINK_STYLE_BRACKET",
} "zo_callLater",
"ZO_SavedVars",
} }