202:cc7aa8429043
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.

next change 258:cbed3b988414
previous change 180:d13fecc86d03

linters/luacheck.yml

Permissions: -rw-r--r--

Other formats: Feeds:
setup:
- ['luarocks', '--tree=../rocks', 'install', 'luacheck']
env:
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']
version: ['--version']