Download:
child 59:07e5bd22bf0d
parent 57:ceaa32d9dfca
58:bfd185f1afd8
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 16:54:08 +0800
linters: luacheck config

1 файлов изменено, 6 вставок(+), 0 удалений(-) [+]
linters/luacheck.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/linters/luacheck.yml Thu Jun 23 16:54:08 2016 +0800
@@ -0,0 +1,6 @@
+setup:
+ - ['luarocks', '--tree=../rocks', 'install', 'luacheck']
+
+exec: ['../rocks/bin/luacheck']
+flags: ['--formatter', 'plain', '--codes']
+version: ['--version']