347:9f69026eefb3
Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Apr 2020 23:54:41 +0800
checker: run git with C.UTF-8 instead of en_US.UTF-8 Just in case it makes any difference. C is supposedly more machine-readable.

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'