Download:
child 308:9758f607f33c
parent 306:edefddec933d
307:6ce60c358c5c
Anton Shestakov <av6@dwimlabs.net>, Tue, 03 Oct 2017 19:50:58 +0800
candolint: don't forget to check candolint.js too

2 файлов изменено, 8 вставок(+), 0 удалений(-) [+]
README.rst file | annotate | diff | comparison | revisions
candolint.yml file | annotate | diff | comparison | revisions
--- a/README.rst Sun Sep 24 12:25:05 2017 +0800
+++ b/README.rst Tue Oct 03 19:50:58 2017 +0800
@@ -56,6 +56,10 @@
- '**.yml'
- name: jshint
+ include:
+ - '**.js'
+
+ - name: jshint
flags: ['--extract', 'always']
include:
- '**.html'
--- a/candolint.yml Sun Sep 24 12:25:05 2017 +0800
+++ b/candolint.yml Tue Oct 03 19:50:58 2017 +0800
@@ -9,6 +9,10 @@
- '**.yml'
- name: jshint
+ include:
+ - '**.js'
+
+ - name: jshint
flags: ['--extract', 'always']
include:
- '**.html'