diff options
Diffstat (limited to 'contrib/lua-torch/nn/.luacheckrc')
-rw-r--r-- | contrib/lua-torch/nn/.luacheckrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/lua-torch/nn/.luacheckrc b/contrib/lua-torch/nn/.luacheckrc new file mode 100644 index 000000000..3d358e9c0 --- /dev/null +++ b/contrib/lua-torch/nn/.luacheckrc @@ -0,0 +1,13 @@ +-- -*- mode: lua; -*- +std = "luajit" + +globals = { + "torch", + "nn", + "include", +} + +unused_args = false + + +files['test.lua'].redefined = false |