260:7ffb6f327aa4
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Jun 2017 15:16:56 +0800
linters: make yamllint also use python_version In case of Python 3 projects that also have YAML files this can change save some seconds spent on setting up an extra virtualenv (for Python 2).

next change 307:6ce60c358c5c
previous change 231:fac95513f366

candolint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
linters:
- name: flake8
include:
- '**.py'
- name: yamllint
include:
- '**.yaml'
- '**.yml'
- name: jshint
flags: ['--extract', 'always']
include:
- '**.html'