328:b0a5ebd86bba
Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Nov 2017 12:14:49 +0800
Makefile: add a prologue with useful flags and options

previous change 319:e2f4e8c5795c

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'