Download:
child 30:c89104014973
parent 28:b4cd2fd2442f
29:7e55aab1b3c4
Anton Shestakov <av6@dwimlabs.net>, Sun, 11 Sep 2016 01:08:22 +0800
.luacheckrc: use std=min (in hope of supporting Lua 5.2+ some day)

1 файлов изменено, 2 вставок(+), 1 удалений(-) [+]
.luacheckrc file | annotate | diff | comparison | revisions
--- a/.luacheckrc Sat Sep 10 20:23:32 2016 +0800
+++ b/.luacheckrc Sun Sep 11 01:08:22 2016 +0800
@@ -1,5 +1,6 @@
codes = true
+std = 'min'
files['spec/'] = {
- std = 'min+busted'
+ std = '+busted'
}