Skip to content

Instantly share code, notes, and snippets.

@nicloay
Created February 17, 2017 07:35
Show Gist options
  • Save nicloay/13946736638054c9c14e0968e1c6e9ab to your computer and use it in GitHub Desktop.
Save nicloay/13946736638054c9c14e0968e1c6e9ab to your computer and use it in GitHub Desktop.
defold luacheck rc module (exclude defold api from warnings). source https://github.com/dapetcu21/breakthrough-ai/blob/master/.luacheckrc
std = "max"
files['.luacheckrc'].global = false
unused_args = false
globals = {
"sys",
"go",
"gui",
"label",
"render",
"crash",
"sprite",
"sound",
"tilemap",
"spine",
"particlefx",
"physics",
"factory",
"collectionfactory",
"iac",
"msg",
"vmath",
"url",
"http",
"image",
"json",
"zlib",
"iap",
"push",
"facebook",
"hash",
"hash_to_hex",
"pprint",
"init",
"final",
"update",
"on_input",
"on_message",
"on_reload"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment