elderscrolls-addon-achievem.../.luacheckrc
Florian Brinker 113bc79d77
Some checks failed
continuous-integration/drone/push Build is failing
Update luacheck rules
2019-10-24 18:06:39 +02:00

12 lines
200 B
Lua

allow_defined = true
max_line_length = false
std = {
read_globals = {
"LINK_STYLE_BRACKET",
"EVENT_MANAGER",
"CHAT_SYSTEM",
"ZO_SavedVars",
"LibStub"
}
}