Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 20:48:36 +0800
requirements: add coverage plugin for pytest to dev-requirements.txt
Not strictly required, but will be used for pipelines.
linters/luacheck.yml
Permissions: -rw-r--r--
- ['luarocks', '--tree=../rocks', 'install', 'luacheck'] LUA_PATH: '../rocks/share/lua/5.1/?.lua;../rocks/share/lua/5.1/?/init.lua' LUA_CPATH: '../rocks/lib/lua/5.1/?.so' exec: ['../rocks/bin/luacheck'] flags: ['--formatter', 'plain', '--codes']