66:db31e73bde12
Anton Shestakov <av6@dwimlabs.net>, Sat, 25 Jun 2016 18:16:39 +0800
models: drop Check.raw field (not worth storing in the same table) Replaying checks can be done (and is easier) when storing checker output in plain files, so let's lighten up the load on the database.

next change 180:d13fecc86d03
previous change 58:bfd185f1afd8

linters/luacheck.yml

Permissions: -rw-r--r--

Other formats: Feeds:
setup:
- ['luarocks', '--tree=../rocks', 'install', 'luacheck']
exec: ['../rocks/bin/luacheck']
flags: ['--formatter', 'plain', '--codes']
version: ['--version']