118:eec3351046d6
Anton Shestakov <av6@dwimlabs.net>, Wed, 10 Aug 2016 22:11:50 +0800
candolint: add configuration file

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'