122:e46f050f6b7a
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 13:03:42 +0800
pipelines: write valid yaml Pipelines don't yet support multiple steps, but let's see what happens.

previous change 118:eec3351046d6

candolint.yml

Permissions: -rw-r--r--

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