Compare commits

...

1 커밋

작성자 SHA1 메시지 날짜
Florian Brinker
bc48324e63 Update luacheck rules
Some checks failed
continuous-integration/drone/push Build is failing
2019-10-24 18:12:31 +02:00

파일 보기

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