Anton Shestakov <av6@dwimlabs.net>, Fri, 08 Jul 2016 22:11:17 +0800
viewer: transform time string from loose ISO 8601 to RFC 3339
This hack is possible because the format of commit date given by SCM is known.
linters/jshint.yml
Permissions: -rw-r--r--
- ['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'] flags: ['--reporter', 'unix', '--verbose']