check project code style. add .luacheckrc (#7)

This commit is contained in:
Maxim Tuprikov
2019-03-29 00:45:46 +03:00
committed by GitHub
parent 235476fee4
commit 12f5f22b69
12 changed files with 328 additions and 247 deletions

View File

@@ -1,7 +1,6 @@
local data = require("druid.data")
local M = {}
M.interest = {
data.ON_INPUT
}
@@ -27,4 +26,4 @@ function M.on_input(instance, action_id, action)
end
return M
return M