Ricordisamoa has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277769

Change subject: grunt-banana-checker: ignore log directory
......................................................................

grunt-banana-checker: ignore log directory

As per commit 8eac9c1dd2662abf19c29e01ab72766759b06d20
in integration/config.

Change-Id: I5af2bfe1f0ebe6eedc5fc4909cfca438f7739eec
---
M Gruntfile.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/i18n 
refs/changes/69/277769/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 971ed9f..23ed8ac 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,7 +8,7 @@
 
        grunt.initConfig( {
                banana: {
-                       all: ['*/', '!node_modules/']
+                       all: ['*/', '!log/', '!node_modules/']
                }
        } );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5af2bfe1f0ebe6eedc5fc4909cfca438f7739eec
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>

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

Reply via email to