319:e2f4e8c5795c
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Oct 2017 10:07:54 +0800
candolint: check our shell scripts

previous change 307:6ce60c358c5c

candolint.yml

Permissions: -rw-r--r--

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