Download:
child 2:2038aaa338fb
parent 0:616025111516
1:f765e0e5649b
Anton Shestakov <av6@dwimlabs.net>, Wed, 07 Sep 2016 21:15:06 +0800
.luacheckrc: set globals to min+busted for tests, enable error codes

1 файлов изменено, 5 вставок(+), 0 удалений(-) [+]
.luacheckrc file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.luacheckrc Wed Sep 07 21:15:06 2016 +0800
@@ -0,0 +1,5 @@
+codes = true
+
+files['spec/'] = {
+ std = 'min+busted'
+}