125:751f50b9b5fa
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:24:22 +0800
viewer: remove special case for cleanup task collapser Now that final "job finished" metadata line is not in any task, cleanup is empty and won't get the collapser naturally.

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']