346:57df34c18757
Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Apr 2020 23:53:10 +0800
checker: set C.UTF-8 in check-in-firejail.sh too It's also set in dockerfiles/ubuntu-bionic, so it makes sense to do the same.

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