Download:
child 232:ee300662d95b
parent 230:fad96431bcb1
231:fac95513f366
Anton Shestakov <av6@dwimlabs.net>, Tue, 30 Aug 2016 16:15:39 +0800
candolint: add configuration file

1 файлов изменено, 14 вставок(+), 0 удалений(-) [+]
candolint.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/candolint.yml Tue Aug 30 16:15:39 2016 +0800
@@ -0,0 +1,14 @@
+linters:
+ - name: flake8
+ include:
+ - '**.py'
+
+ - name: yamllint
+ include:
+ - '**.yaml'
+ - '**.yml'
+
+ - name: jshint
+ flags: ['--extract', 'always']
+ include:
+ - '**.html'