305:b920a1f9267f
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 13:12:20 +0800
viewer: one more place needed an explicit order_by() call

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