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 257:0d156765e13f
previous change 60:0d69b4a360dc

linters/jshint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
setup:
- ['npm', '--prefix', '../', 'install', 'jshint']
- ['sed', '-i', '-e', 's@^#!/usr/bin/env node$@#!/usr/bin/env nodejs@', '../node_modules/jshint/bin/jshint']
exec: ['../node_modules/jshint/bin/jshint']
codes: [2]
flags: ['--reporter', 'unix', '--verbose']
version: ['--version']