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

Change subject: Don't lint composer/autoload_static.php
......................................................................

Don't lint composer/autoload_static.php

This is a one-off ignore so hardcode the filename, as was done in scap.

Bug: T136021
Change-Id: I09ca8b627d4be183916b4887ef567695a97f1835
---
M bin/git-changed-in-head
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/82/340182/1

diff --git a/bin/git-changed-in-head b/bin/git-changed-in-head
index a0f769a..7e2221c 100755
--- a/bin/git-changed-in-head
+++ b/bin/git-changed-in-head
@@ -67,4 +67,7 @@
     # If matching on file extensions, filter that out
     if PATH_ARGS and not line.endswith(tuple(PATH_ARGS)):
         continue
+    elif line.endswith('autoload_static.php'):
+        # T136021: Don't lint composer/autoload_static.php.
+        continue
     print(line)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09ca8b627d4be183916b4887ef567695a97f1835
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to