318:1c0790b558b7
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Oct 2017 09:55:04 +0800
linters: add shellcheck (installed from repos), it's useful in some cases

previous change 260:7ffb6f327aa4

linters/yamllint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
vars:
python_version: 2
setup:
- ['virtualenv', '--python=python%(python_version)s', '../venv%(python_version)s']
- ['../venv%(python_version)s/bin/pip', 'install', 'yamllint']
exec: ['../venv%(python_version)s/bin/yamllint']
flags: ['--config-data', 'relaxed', '--format', 'parsable']
version: ['--version']