Compare commits

...

1 Commits

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

View File

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