194:7dab4b84d205
Anton Shestakov <av6@dwimlabs.net>, Sat, 30 Jul 2016 16:11:32 +0800
checker: show version of each installed linter, even if it didn't need setup

next change 260:7ffb6f327aa4
previous change 57:ceaa32d9dfca

linters/yamllint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
setup:
- ['virtualenv', '--python=python2', '../venv2']
- ['../venv2/bin/pip', 'install', 'yamllint']
exec: ['../venv2/bin/yamllint']
flags: ['--config-data', 'relaxed', '--format', 'parsable']
version: ['--version']