Esanders has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/364758 )

Change subject: Update build file lists
......................................................................

Update build file lists

Change-Id: I5cc39a2d74fff17b1386b38648569d7a153ddce9
---
M Gruntfile.js
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SyntaxHighlight_GeSHi 
refs/changes/58/364758/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 861701e..3ac43c1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -25,7 +25,8 @@
                        all: [
                                '*.json',
                                'i18n/*.json',
-                               'modules/**/*.json'
+                               'modules/**/*.json',
+                               '.stylelintrc'
                        ]
                },
                stylelint: {
@@ -39,8 +40,8 @@
                banana: conf.MessagesDirs,
                watch: {
                        files: [
-                               '.{stylelintrc,jscsrc,jshintignore,jshintrc}',
                                '<%= eslint.all %>',
+                               '<%= jsonlint.all %>',
                                '<%= stylelint.all %>'
                        ],
                        tasks: 'test'

-- 
To view, visit https://gerrit.wikimedia.org/r/364758
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5cc39a2d74fff17b1386b38648569d7a153ddce9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SyntaxHighlight_GeSHi
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to