Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tulloch <andrew@tullo.ch>2014-11-21 10:25:09 +0300
committerAndrew Tulloch <andrew@tullo.ch>2014-11-21 10:25:09 +0300
commitb57bbb85fe830bd02de3956549ad910194abf4cc (patch)
tree4e24f3182a6f29aea3a2be6dca6a7995a85fb5fe /.luacheckrc
parent3858d78fafd2e2272d49703fc87cf628ac54d181 (diff)
Added Luacheckrc
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..368247a
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,13 @@
+-- -*- mode: lua; -*-
+std = "luajit"
+
+globals = {
+ "torch",
+ "nn",
+ "include",
+}
+
+unused_args = false
+
+
+files['test/test.lua'].redefined = false